Home
last modified time | relevance | path

Searched refs:verified_boot_hash (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp55 ASN1_OCTET_STRING* verified_boot_hash; member
62 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_hash, ASN1_OCTET_STRING),
313 hidl_vec<uint8_t>* verified_boot_hash) { in parse_root_of_trust() argument
314 if (!verified_boot_key || !verified_boot_state || !device_locked || !verified_boot_hash) { in parse_root_of_trust()
355 auto& vb_hash = root_of_trust->verified_boot_hash; in parse_root_of_trust()
360 verified_boot_hash->resize(vb_hash->length); in parse_root_of_trust()
361 memcpy(verified_boot_hash->data(), vb_hash->data, vb_hash->length); in parse_root_of_trust()
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dattestation_record.h65 hidl_vec<uint8_t>* verified_boot_hash);
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp419 HidlBuf verified_boot_hash; in verify_attestation_record() local
421 &verified_boot_state, &device_locked, &verified_boot_hash); in verify_attestation_record()
429 EXPECT_EQ(prop_string, bin2hex(verified_boot_hash)); in verify_attestation_record()