Home
last modified time | relevance | path

Searched defs:challenge (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DVtsAttestationTests.cpp73 string challenge = "NotSoRandomChallenge"; in TEST_P() local
97 string challenge = "NotSoRandomChallenge1NotSoRandomChallenge1NotSoRandomChallenge1"; in TEST_P() local
122 string challenge = "c"; in TEST_P() local
DVtsIWritableIdentityCredentialTests.cpp87 string challenge = "NotSoRandomChallenge1NotSoRandomChallenge1NotSoRandomChallenge1"; in TEST_P() local
111 string challenge = "NotSoRandomChallenge1"; in TEST_P() local
288 string challenge = "NotSoRandomChallenge1"; in TEST_P() local
375 string challenge = "NotSoRandomChallenge"; in TEST_P() local
534 string challenge = "NotSoRandomChallenge"; in TEST_P() local
596 string challenge = "NotSoRandomChallenge"; in TEST_P() local
DVtsHalIdentityEndToEndTest.cpp179 string challenge = "attestationChallenge"; in TEST_P() local
/hardware/interfaces/keymaster/4.1/vts/functional/
DDeviceUniqueAttestationTest.cpp129 void check_attestation_record(AttestationRecord attestation, const HidlBuf& challenge, in check_attestation_record()
205 HidlBuf challenge("challenge"); in TEST_P() local
246 HidlBuf challenge("challenge"); in TEST_P() local
/hardware/libhardware/include/hardware/
Dhw_auth_token.h41 uint64_t challenge; member
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp74 uint32_t uid, uint64_t challenge, in verify()
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp49 uint64_t challenge; member
148 void checkVerify(GatekeeperResponse &rsp, uint64_t challenge, in checkVerify()
172 hidl_vec<uint8_t> &passwordHandle, uint64_t challenge, in verifyPassword()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_ims.cpp169 std::string challenge = ""; in TEST_P() local
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp86 uint64_t challenge, in verify()
/hardware/interfaces/identity/aidl/default/
DWritableIdentityCredential.cpp73 vector<uint8_t> challenge(attestationChallenge.begin(), attestationChallenge.end()); in getAttestationCertificate() local
DIdentityCredential.cpp155 uint64_t challenge = 0; in createAuthChallenge() local
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp833 const vector<uint8_t>& challenge, in createAttestation()
913 const vector<uint8_t>& challenge, const vector<uint8_t>& applicationId) { in createEcKeyPairAndAttestation()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp939 bool verify_attestation_record(const string& challenge, const string& app_id, in verify_attestation_record()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp320 bool verify_attestation_record(const string& challenge, const string& app_id, in verify_attestation_record()
/hardware/ril/libril/
Dril_service.cpp1977 Return<void> RadioImpl::requestIsimAuthentication(int32_t serial, const hidl_string& challenge) { in requestIsimAuthentication()