Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_remote_provisioning_context.cpp77 if (bootloader_state_) { in CreateDeviceInfo()
79 cppbor::Tstr(*bootloader_state_)); in CreateDeviceInfo()
173 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
Dtpm_keymaster_context.cpp624 if (bootloader_state_ && bootloader_state != *bootloader_state_) { in SetVerifiedBootInfo()
626 << "Old bootloader state: \"" << *bootloader_state_ << "\"," in SetVerifiedBootInfo()
639 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
Dtpm_remote_provisioning_context.h68 std::optional<std::string> bootloader_state_; variable
Dtpm_keymaster_context.h55 std::optional<std::string> bootloader_state_; variable