Home
last modified time | relevance | path

Searched refs:bootloader_state (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp615 std::string_view verified_boot_state, std::string_view bootloader_state, in SetVerifiedBootInfo() argument
624 if (bootloader_state_ && bootloader_state != *bootloader_state_) { in SetVerifiedBootInfo()
627 << "new bootloader state: \"" << bootloader_state << "\""; in SetVerifiedBootInfo()
639 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
642 bootloader_state, vbmeta_digest); in SetVerifiedBootInfo()
644 verified_boot_state, bootloader_state, vbmeta_digest); in SetVerifiedBootInfo()
Dproxy_keymaster_context.h154 std::string_view verified_boot_state, std::string_view bootloader_state, in SetVerifiedBootInfo() argument
156 return wrapped_.SetVerifiedBootInfo(verified_boot_state, bootloader_state, in SetVerifiedBootInfo()
Dtpm_attestation_record.cpp163 std::string_view verified_boot_state, std::string_view bootloader_state, in SetVerifiedBootInfo() argument
179 vb_params_.device_locked = bootloader_state == "locked"; in SetVerifiedBootInfo()
Dtpm_remote_provisioning_context.cpp170 std::string_view boot_state, std::string_view bootloader_state, in SetVerifiedBootInfo() argument
173 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
Dtpm_attestation_record.h60 std::string_view bootloader_state,
Dtpm_remote_provisioning_context.h55 std::string_view bootloader_state,
Dtpm_keymaster_context.h128 std::string_view verified_boot_state, std::string_view bootloader_state,