Home
last modified time | relevance | path

Searched refs:parse_root_of_trust (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dattestation_record.h62 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len,
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dattestation_record.h82 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len,
/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp169 EXPECT_EQ(KM_ERROR_OK, parse_root_of_trust(asn1.get(), asn1_len, &verified_boot_key, in TEST()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h375 keymaster_error_t parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len,
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dattestation_record.cpp347 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len, in parse_root_of_trust() function
/aosp12/hardware/interfaces/security/keymint/support/
H A Dattestation_record.cpp366 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len, in parse_root_of_trust() function
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp1429 keymaster_error_t parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len, in parse_root_of_trust() function
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp1402 error = parse_root_of_trust(attest_rec->data, attest_rec->length, &verified_boot_key, in verify_attestation_record()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp495 error = parse_root_of_trust(attest_rec->data, attest_rec->length, &verified_boot_key, in verify_attestation_record()