/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/transparency/ |
D | boot_integrity_extension_atoms.pb.h | 353 inline const std::string& BootIntegrityInfoReported::vbmeta_digest() const { in vbmeta_digest() function 394 inline void BootIntegrityInfoReported::set_allocated_vbmeta_digest(std::string* vbmeta_digest) { in set_allocated_vbmeta_digest()
|
/aosp_15_r20/external/avb/libavb/ |
H A D | avb_cmdline.c | 271 uint8_t vbmeta_digest[AVB_SHA256_DIGEST_SIZE]; in avb_append_options() local 294 uint8_t vbmeta_digest[AVB_SHA512_DIGEST_SIZE]; in avb_append_options() local
|
/aosp_15_r20/external/avb/test/ |
H A D | avb_slot_verify_unittest.cc | 85 uint8_t vbmeta_digest[AVB_SHA256_DIGEST_SIZE]; in TEST_F() local 126 uint8_t vbmeta_digest[AVB_SHA512_DIGEST_SIZE]; in TEST_F() local 1121 uint8_t vbmeta_digest[AVB_SHA256_DIGEST_SIZE]; in TEST_F() local 1280 uint8_t vbmeta_digest[AVB_SHA256_DIGEST_SIZE]; in TEST_F() local 1592 uint8_t vbmeta_digest[AVB_SHA256_DIGEST_SIZE]; in TEST_F() local
|
/aosp_15_r20/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 638 std::vector<uint8_t> vbmeta_digest; in GetVbmetaDigestProperty() local 649 auto vbmeta_digest = GetVbmetaDigestProperty(); in TEST() local
|
/aosp_15_r20/frameworks/proto_logging/stats/atoms/transparency/ |
H A D | boot_integrity_extension_atoms.proto | 28 optional string vbmeta_digest = 2; field
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/default/hal/ |
H A D | lib.rs | 52 let vbmeta_digest = get_property("ro.boot.vbmeta.digest").unwrap_or_else(|_| "00".repeat(32)); in get_boot_info() localVariable
|
/aosp_15_r20/system/core/init/ |
H A D | property_service_test.cpp | 92 std::string vbmeta_digest = GetProperty("ro.boot.vbmeta.digest", ""); in TEST() local
|
H A D | property_service.cpp | 951 std::string vbmeta_digest = GetProperty(VBMETA_DIGEST_PROP, ""); in property_initialize_build_id() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_attestation_record.cpp | 164 const std::vector<uint8_t>& vbmeta_digest) { in SetVerifiedBootInfo()
|
D | tpm_remote_provisioning_context.cpp | 171 const std::vector<uint8_t>& vbmeta_digest) { in SetVerifiedBootInfo()
|
D | proxy_keymaster_context.h | 155 const std::vector<uint8_t>& vbmeta_digest) { in SetVerifiedBootInfo()
|
D | tpm_keymaster_context.cpp | 616 const std::vector<uint8_t>& vbmeta_digest) { in SetVerifiedBootInfo()
|
/aosp_15_r20/system/keymaster/contexts/ |
H A D | pure_soft_remote_provisioning_context.cpp | 244 const std::vector<uint8_t>& vbmeta_digest) { in SetVerifiedBootInfo()
|
H A D | pure_soft_keymaster_context.cpp | 100 const std::vector<uint8_t>& vbmeta_digest) { in SetVerifiedBootInfo()
|
/aosp_15_r20/system/update_engine/aosp/ |
H A D | hardware_android.cc | 103 uint8_t vbmeta_digest[AVB_SHA256_DIGEST_SIZE]; in CalculateVbmetaDigestForInactiveSlot() local
|
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/rkp/ |
H A D | device_info.rs | 29 pub vbmeta_digest: Vec<u8>, field
|
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/ |
H A D | device_info.rs | 21 let mut vbmeta_digest = FieldValue::new("vbmeta_digest"); in from_cbor_values() localVariable
|
/aosp_15_r20/system/keymint/ta/src/ |
H A D | rkp.rs | 97 let vbmeta_digest = cbor::value::Value::Bytes(try_to_vec(&boot_info.verified_boot_hash)?); in rpc_device_info_cbor() localVariable
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.cpp | 100 auto vbmeta_digest = GetVbmetaDigest(); in Initialize() local
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | legacy.rs | 433 pub vbmeta_digest: Vec<u8>, field
|
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | android_keymaster_messages.h | 1296 std::vector<uint8_t> vbmeta_digest; member
|
/aosp_15_r20/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 21971 optional string vbmeta_digest = 1; field
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/ |
D | atoms.pb.h | 410948 inline const std::string& VBMetaDigestReported::vbmeta_digest() const { in vbmeta_digest() function 410989 inline void VBMetaDigestReported::set_allocated_vbmeta_digest(std::string* vbmeta_digest) { in set_allocated_vbmeta_digest()
|