Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp84 if (bootloader_state_) { in CreateDeviceInfo()
85 result->add(cppbor::Tstr("bootloader_state"), cppbor::Tstr(*bootloader_state_)); in CreateDeviceInfo()
246 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
Dpure_soft_keymaster_context.cpp104 if (bootloader_state_.has_value() && bootloader_state != bootloader_state_.value()) { in SetVerifiedBootInfo()
111 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
/system/keymaster/include/keymaster/contexts/
Dpure_soft_remote_provisioning_context.h70 std::optional<std::string> bootloader_state_; variable
Dpure_soft_keymaster_context.h139 std::optional<std::string> bootloader_state_; variable