Searched refs:certChain (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/identity/support/tests/ |
D | IdentityCredentialSupportTest.cpp | 288 vector<uint8_t> certChain = generateCertChain(1); in TEST() local 289 optional<vector<vector<uint8_t>>> splitCerts = support::certificateChainSplit(certChain); in TEST() 294 support::coseSignEcDsa(privKey.value(), {} /* data */, detachedContent, certChain); in TEST() 303 EXPECT_EQ(certsRecovered.value(), certChain); in TEST() 314 vector<uint8_t> certChain = generateCertChain(5); in TEST() local 315 optional<vector<vector<uint8_t>>> splitCerts = support::certificateChainSplit(certChain); in TEST() 320 support::coseSignEcDsa(privKey.value(), {} /* data */, detachedContent, certChain); in TEST() 329 EXPECT_EQ(certsRecovered.value(), certChain); in TEST()
|
/hardware/interfaces/identity/aidl/vts/ |
D | VtsAttestationParserSupport.h | 45 AttestationCertificateParser(const vector<Certificate>& certChain) in AttestationCertificateParser() argument 46 : origCertChain_(certChain) {} in AttestationCertificateParser()
|
D | UserAuthTests.cpp | 104 vector<Certificate> certChain; in provisionData() local 106 &certChain) in provisionData()
|
D | ReaderAuthTests.cpp | 161 vector<Certificate> certChain; in provisionData() local 163 &certChain) in provisionData()
|
/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster3.cpp | 198 auto cb = [&](V3_0::ErrorCode error, const hidl_vec<hidl_vec<uint8_t>>& certChain) { in attestKey() argument 199 _hidl_cb(convert(error), certChain); in attestKey()
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 178 generates(ErrorCode error, vec<vec<uint8_t>> certChain);
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 795 * @return certChain The attestation certificate, and additional certificates back to the root 800 generates (ErrorCode error, vec<vec<uint8_t>> certChain);
|