Home
last modified time | relevance | path

Searched refs:verified_boot_state_ (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_remote_provisioning_context.cpp81 if (verified_boot_state_) { in CreateDeviceInfo()
82 result->add(cppbor::Tstr("vb_state"), cppbor::Tstr(*verified_boot_state_)); in CreateDeviceInfo()
172 verified_boot_state_ = boot_state; in SetVerifiedBootInfo()
Dtpm_keymaster_context.cpp617 if (verified_boot_state_ && verified_boot_state != *verified_boot_state_) { in SetVerifiedBootInfo()
619 << "Old verified boot state: \"" << *verified_boot_state_ in SetVerifiedBootInfo()
638 verified_boot_state_ = verified_boot_state; in SetVerifiedBootInfo()
Dtpm_remote_provisioning_context.h67 std::optional<std::string> verified_boot_state_; variable
Dtpm_keymaster_context.h56 std::optional<std::string> verified_boot_state_; variable