Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp87 if (verified_boot_state_) { in CreateDeviceInfo()
88 result->add(cppbor::Tstr("vb_state"), cppbor::Tstr(*verified_boot_state_)); in CreateDeviceInfo()
245 verified_boot_state_ = boot_state; in SetVerifiedBootInfo()
Dpure_soft_keymaster_context.cpp101 if (verified_boot_state_.has_value() && boot_state != verified_boot_state_.value()) { in SetVerifiedBootInfo()
110 verified_boot_state_ = boot_state; in SetVerifiedBootInfo()
/system/keymaster/include/keymaster/contexts/
Dpure_soft_remote_provisioning_context.h69 std::optional<std::string> verified_boot_state_; variable
Dpure_soft_keymaster_context.h140 std::optional<std::string> verified_boot_state_; variable