/hardware/interfaces/identity/aidl/vts/ |
D | VtsAttestationTests.cpp | 70 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local 76 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 81 validateAttestationCertificate(attestationCertificate, attestationChallenge, in TEST_P() 93 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local 99 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 104 validateAttestationCertificate(attestationCertificate, attestationChallenge, in TEST_P()
|
D | UpdateCredentialTests.cpp | 81 vector<uint8_t> attestationChallenge = {1}; in provisionData() local 83 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in provisionData() 164 vector<uint8_t> attestationChallenge = {1}; in TEST_P() local 166 Status result = wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in TEST_P()
|
D | Util.h | 43 attestationChallenge.assign(challenge.begin(), challenge.end()); in AttestationData() 47 attestationApplicationId, attestationChallenge, &attestationCertificate); in AttestationData() 52 vector<uint8_t> attestationChallenge; member
|
D | ProveOwnershipTests.cpp | 81 vector<uint8_t> attestationChallenge = {1}; in provisionData() local 83 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in provisionData()
|
D | DeleteCredentialTests.cpp | 81 vector<uint8_t> attestationChallenge = {1}; in provisionData() local 83 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in provisionData()
|
D | AuthenticationKeyTests.cpp | 83 vector<uint8_t> attestationChallenge = {1}; in TEST_P() local 85 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in TEST_P()
|
D | TestCredentialTests.cpp | 79 vector<uint8_t> attestationChallenge = {1}; in TEST_P() local 81 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in TEST_P()
|
D | VtsIWritableIdentityCredentialTests.cpp | 67 vector<uint8_t> attestationChallenge; in TEST_P() local 71 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 90 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local 95 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 100 test_utils::validateAttestationCertificate(attestationCertificate, attestationChallenge, in TEST_P() 115 attData.attestationChallenge, in TEST_P()
|
D | ReaderAuthTests.cpp | 160 vector<uint8_t> attestationChallenge = {1}; in provisionData() local 162 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in provisionData()
|
D | EndToEndTests.cpp | 199 validateAttestationCertificate(attData.attestationCertificate, attData.attestationChallenge, in TEST_P()
|
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/1/android/hardware/identity/ |
D | IWritableIdentityCredential.aidl | 21 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate() argument
|
/hardware/interfaces/identity/aidl/android/hardware/identity/ |
D | IWritableIdentityCredential.aidl | 134 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate() argument
|
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/ |
D | IWritableIdentityCredential.aidl | 21 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate() argument
|
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/ |
D | IWritableIdentityCredential.aidl | 36 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate() argument
|
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/ |
D | IWritableIdentityCredential.aidl | 37 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate() argument
|
/hardware/interfaces/identity/aidl/default/common/ |
D | WritableIdentityCredential.cpp | 69 const vector<uint8_t>& attestationChallenge, vector<Certificate>* outCertificateChain) { in getAttestationCertificate() argument 77 if (attestationChallenge.empty()) { in getAttestationCertificate() 83 hwProxy_->createCredentialKey(attestationChallenge, attestationApplicationId); in getAttestationCertificate()
|
D | WritableIdentityCredential.h | 57 const vector<uint8_t>& attestationChallenge,
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 689 * attestationChallenge OCTET_STRING, # Tag::ATTESTATION_CHALLENGE from attestParams 792 * the value of which must be put in the attestationChallenge field of the KeyDescription
|