Home
last modified time | relevance | path

Searched defs:certChain (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DUpdateCredentialTests.cpp82 vector<Certificate> certChain; in provisionData() local
165 vector<Certificate> certChain; in TEST_P() local
DProveOwnershipTests.cpp82 vector<Certificate> certChain; in provisionData() local
DAuthenticationKeyTests.cpp84 vector<Certificate> certChain; in TEST_P() local
DDeleteCredentialTests.cpp82 vector<Certificate> certChain; in provisionData() local
DPresentationSessionTests.cpp93 vector<Certificate> certChain; in provisionSingleDocument() local
DTestCredentialTests.cpp80 vector<Certificate> certChain; in TEST_P() local
DUserAuthTests.cpp104 vector<Certificate> certChain; in provisionData() local
DReaderAuthTests.cpp161 vector<Certificate> certChain; in provisionData() local
/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_attestation_fuzzer.cpp54 vector<Certificate>* certChain) { in generateKey()
/hardware/interfaces/identity/aidl/default/common/
DWritableIdentityCredential.cpp82 optional<vector<uint8_t>> certChain; in getAttestationCertificate() local
/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp195 vector<uint8_t> certChain = generateCertChain(1); in TEST() local
221 vector<uint8_t> certChain = generateCertChain(5); in TEST() local
/hardware/nxp/keymint/KM200/
DCborConverter.cpp246 vector<Certificate>& certChain) { in getCertificateChain()
/hardware/nxp/keymint/KM300/
DCborConverter.cpp331 vector<Certificate> certChain; in getCertificateChain() local
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp198 auto cb = [&](V3_0::ErrorCode error, const hidl_vec<hidl_vec<uint8_t>>& certChain) { in attestKey()