Searched defs:challenge (Results 1 - 6 of 6) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_ims.cpp167 std::string challenge = ""; local
169 radio->requestIsimAuthentication(serial, challenge);
/hardware/libhardware/include/hardware/
H A Dhw_auth_token.h41 uint64_t challenge; member in struct:__anon1371
/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp86 uint64_t challenge,
96 int ret = device->verify(device, uid, challenge,
85 verify(uint32_t uid, uint64_t challenge, const hidl_vec<uint8_t>& enrolledPasswordHandle, const hidl_vec<uint8_t>& providedPassword, verify_cb cb) argument
/hardware/interfaces/gatekeeper/1.0/vts/functional/
H A DVtsHalGatekeeperV1_0TargetTest.cpp48 uint64_t challenge; member in struct:GatekeeperRequest
52 GatekeeperRequest() : uid(0), challenge(0) {}
100 uid_, req.challenge, req.curPwdHandle, req.newPwd,
147 void checkVerify(GatekeeperResponse &rsp, uint64_t challenge, argument
155 EXPECT_EQ(challenge, auth_token->challenge);
171 hidl_vec<uint8_t> &passwordHandle, uint64_t challenge,
179 verifyReq.challenge = challenge;
181 checkVerify(verifyRsp, challenge, expectSucces
170 verifyPassword(hidl_vec<uint8_t> &password, hidl_vec<uint8_t> &passwordHandle, uint64_t challenge, GatekeeperResponse &verifyRsp, bool expectSuccess) argument
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp915 bool verify_attestation_record(const string& challenge, const string& app_id, argument
973 EXPECT_EQ(challenge.length(), att_challenge.size());
974 EXPECT_EQ(0, memcmp(challenge.data(), att_challenge.data(), challenge.length()));
3890 .Authorization(TAG_ATTESTATION_CHALLENGE, HidlBuf("challenge"))
3896 verify_attestation_record("challenge", "foo", //
3919 TAG_ATTESTATION_CHALLENGE, HidlBuf("challenge")),
3940 .Authorization(TAG_ATTESTATION_CHALLENGE, HidlBuf("challenge"))
3947 verify_attestation_record("challenge", "foo", //
3969 TAG_ATTESTATION_CHALLENGE, HidlBuf("challenge")),
[all...]
/hardware/ril/libril/
H A Dril_service.cpp355 const ::android::hardware::hidl_string& challenge);
1839 Return<void> RadioImpl::requestIsimAuthentication(int32_t serial, const hidl_string& challenge) { argument
1844 challenge.c_str());

Completed in 319 milliseconds