Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp403 keymaster_blob_t verified_boot_hash; in build_attestation_record() local
406 keymaster_error_t error = context.GetVerifiedBootParams(&verified_boot_key, &verified_boot_hash, in build_attestation_record()
414 if (verified_boot_hash.data_length && in build_attestation_record()
415 !ASN1_OCTET_STRING_set(root_of_trust->verified_boot_hash, verified_boot_hash.data, in build_attestation_record()
416 verified_boot_hash.data_length)) { in build_attestation_record()
/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h100 keymaster_blob_t* verified_boot_hash,
Dsoft_keymaster_context.h112 keymaster_blob_t* verified_boot_hash,
/system/keymaster/include/keymaster/
Dattestation_record.h48 ASN1_OCTET_STRING* verified_boot_hash; member
55 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_hash, ASN1_OCTET_STRING),
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp480 keymaster_blob_t* verified_boot_key, keymaster_blob_t* verified_boot_hash, in GetVerifiedBootParams() argument
485 *verified_boot_hash = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), fake_vb_key.size()}; in GetVerifiedBootParams()
Dpure_soft_keymaster_context.cpp448 keymaster_blob_t* verified_boot_key, keymaster_blob_t* verified_boot_hash, in GetVerifiedBootParams() argument
453 *verified_boot_hash = {reinterpret_cast<uint8_t*>(fake_vb_key.data()), fake_vb_key.size()}; in GetVerifiedBootParams()