Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dsoft_attestation_context.cpp32 params.verified_boot_hash = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), in GetVerifiedBootParams()
Dpure_soft_keymaster_context.cpp553 params.verified_boot_hash = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), in GetVerifiedBootParams()
/system/keymaster/include/keymaster/
Dattestation_context.h70 keymaster_blob_t verified_boot_hash; member
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h62 ASN1_OCTET_STRING* verified_boot_hash; member
69 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_hash, ASN1_OCTET_STRING),
/system/keymaster/km_openssl/
Dattestation_record.cpp848 if (vb_params->verified_boot_hash.data_length) { in build_eat_record()
849 eat_record.add(EatClaim::VERIFIED_BOOT_HASH, blob_to_bstr(vb_params->verified_boot_hash)); in build_eat_record()
993 if (vb_params->verified_boot_hash.data_length && in build_attestation_record()
994 !ASN1_OCTET_STRING_set(root_of_trust->verified_boot_hash, in build_attestation_record()
995 vb_params->verified_boot_hash.data, in build_attestation_record()
996 vb_params->verified_boot_hash.data_length)) { in build_attestation_record()