/hardware/interfaces/identity/aidl/vts/ |
D | VtsAttestationTests.cpp | 74 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local 79 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 84 EXPECT_TRUE(validateAttestationCertificate(attestationCertificate, attestationChallenge, in TEST_P() 98 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local 104 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 109 EXPECT_TRUE(validateAttestationCertificate(attestationCertificate, attestationChallenge, in TEST_P() 123 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local 129 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 134 EXPECT_TRUE(validateAttestationCertificate(attestationCertificate, attestationChallenge, in TEST_P()
|
D | VtsIdentityTestUtils.h | 42 attestationChallenge.assign(challenge.begin(), challenge.end()); in AttestationData() 46 attestationApplicationId, attestationChallenge, &attestationCertificate); in AttestationData() 51 vector<uint8_t> attestationChallenge; member
|
D | VtsIWritableIdentityCredentialTests.cpp | 66 vector<uint8_t> attestationChallenge; in TEST_P() local 70 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 88 vector<uint8_t> attestationChallenge(challenge.begin(), challenge.end()); in TEST_P() local 93 attestationApplicationId, attestationChallenge, &attestationCertificate); in TEST_P() 99 attestationCertificate, attestationChallenge, attestationApplicationId, hwInfo)); in TEST_P() 114 attData.attestationCertificate, attData.attestationChallenge, in TEST_P()
|
D | UserAuthTests.cpp | 103 vector<uint8_t> attestationChallenge = {1}; in provisionData() local 105 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in provisionData()
|
D | ReaderAuthTests.cpp | 160 vector<uint8_t> attestationChallenge = {1}; in provisionData() local 162 ASSERT_TRUE(wc->getAttestationCertificate(attestationApplicationId, attestationChallenge, in provisionData()
|
D | VtsHalIdentityEndToEndTest.cpp | 185 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 | 135 …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 | 21 …te[] getAttestationCertificate(in byte[] attestationApplicationId, in byte[] attestationChallenge); in getAttestationCertificate() argument
|
/hardware/interfaces/identity/aidl/default/ |
D | WritableIdentityCredential.cpp | 61 const vector<uint8_t>& attestationChallenge, // in getAttestationCertificate() argument 68 if (attestationChallenge.empty()) { in getAttestationCertificate() 73 vector<uint8_t> challenge(attestationChallenge.begin(), attestationChallenge.end()); in getAttestationCertificate()
|
D | WritableIdentityCredential.h | 43 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
|