Searched refs:verified_boot_hash (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 403 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/ |
D | pure_soft_keymaster_context.h | 100 keymaster_blob_t* verified_boot_hash,
|
D | soft_keymaster_context.h | 112 keymaster_blob_t* verified_boot_hash,
|
/system/keymaster/include/keymaster/ |
D | attestation_record.h | 48 ASN1_OCTET_STRING* verified_boot_hash; member 55 ASN1_SIMPLE(KM_ROOT_OF_TRUST, verified_boot_hash, ASN1_OCTET_STRING),
|
/system/keymaster/contexts/ |
D | soft_keymaster_context.cpp | 480 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()
|
D | pure_soft_keymaster_context.cpp | 448 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()
|