Searched refs:bootloader_state (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_keymaster_context.cpp | 615 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()
|
D | proxy_keymaster_context.h | 154 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()
|
D | tpm_attestation_record.cpp | 163 std::string_view verified_boot_state, std::string_view bootloader_state, in SetVerifiedBootInfo() argument 179 vb_params_.device_locked = bootloader_state == "locked"; in SetVerifiedBootInfo()
|
D | tpm_remote_provisioning_context.cpp | 170 std::string_view boot_state, std::string_view bootloader_state, in SetVerifiedBootInfo() argument 173 bootloader_state_ = bootloader_state; in SetVerifiedBootInfo()
|
D | tpm_attestation_record.h | 60 std::string_view bootloader_state,
|
D | tpm_remote_provisioning_context.h | 55 std::string_view bootloader_state,
|
D | tpm_keymaster_context.h | 128 std::string_view verified_boot_state, std::string_view bootloader_state,
|