Searched refs:parse_root_of_trust (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | attestation_record.h | 62 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len,
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | attestation_record.h | 84 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len,
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | BootloaderStateTest.cpp | 63 auto result = parse_root_of_trust(attest_rec->data, attest_rec->length, &attestedVbKey_, in SetUp()
|
D | keymaster_hidl_hal_test.cpp | 501 error = parse_root_of_trust(attest_rec->data, attest_rec->length, &verified_boot_key, in verify_attestation_record()
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | BootloaderStateTest.cpp | 66 auto error = parse_root_of_trust(attest_rec->data, attest_rec->length, &attestedVbKey_, in SetUp()
|
D | KeyMintAidlTestBase.cpp | 1955 error = parse_root_of_trust(attest_rec->data, attest_rec->length, &verified_boot_key, in verify_attestation_record()
|
/hardware/interfaces/security/keymint/support/fuzzer/ |
D | keymint_attestation_fuzzer.cpp | 124 error = parse_root_of_trust(attestRecord->data, attestRecord->length, &verifiedBootKey, in verifyAttestationRecord()
|
/hardware/interfaces/keymaster/4.0/support/fuzzer/ |
D | keymaster4_attestation_fuzzer.cpp | 140 parse_root_of_trust(attestRecord->data, attestRecord->length, &verifiedBootKey, in verifyAttestationRecord()
|
/hardware/interfaces/security/rkp/aidl/vts/functional/ |
D | VtsRemotelyProvisionedComponentTests.cpp | 891 void parse_root_of_trust(const vector<uint8_t>& attestation_cert, in parse_root_of_trust() function 900 auto error = parse_root_of_trust(attest_rec->data, attest_rec->length, verified_boot_key, in parse_root_of_trust() 964 parse_root_of_trust(key_cert_chain[0].encodedCertificate, &key, &attestedVbState, in TEST_P()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 347 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len, in parse_root_of_trust() function
|
/hardware/interfaces/security/keymint/support/ |
D | attestation_record.cpp | 370 ErrorCode parse_root_of_trust(const uint8_t* asn1_key_desc, size_t asn1_key_desc_len, in parse_root_of_trust() function
|