Home
last modified time | relevance | path

Searched refs:doVerify (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/security/keymint/aidl/vts/functional/
DAuthTest.cpp172 std::optional<HardwareAuthToken> doVerify(uint32_t uid, uint64_t challenge, in doVerify() function in aidl::android::hardware::security::keymint::test::AuthTest
230 std::optional<HardwareAuthToken> doVerify(uint32_t uid, uint64_t challenge, in doVerify() function in aidl::android::hardware::security::keymint::test::AuthTest
233 return doVerify(uid, challenge, handle, std::vector<uint8_t>(pwd.begin(), pwd.end())); in doVerify()
235 std::optional<HardwareAuthToken> doVerify(uint64_t challenge, in doVerify() function in aidl::android::hardware::security::keymint::test::AuthTest
238 return doVerify(uid_, challenge, handle, pwd); in doVerify()
335 const std::optional<HardwareAuthToken> hat = doVerify(challenge, handle_, password_); in TEST_P()
404 const std::optional<HardwareAuthToken> hat = doVerify(challenge, handle_, password_); in TEST_P()
463 const std::optional<HardwareAuthToken> hat = doVerify(uid_, challenge, handle_, password_); in TEST_P()
475 doVerify(alt_uid_, alt_challenge, alt_handle, alt_password); in TEST_P()
514 doVerify(unrelated_challenge, handle_, password_); in TEST_P()
[all …]
/hardware/interfaces/gatekeeper/aidl/vts/functional/
DVtsHalGatekeeperTargetTest.cpp84 Status doVerify(GatekeeperRequest& req, GatekeeperVerifyResponse& rsp) { in doVerify() function in GatekeeperAidlTest
150 Status ret = doVerify(verifyReq, verifyRsp); in verifyPassword()
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp98 void doVerify(GatekeeperRequest &req, GatekeeperResponse &rsp) { in doVerify() function in GatekeeperHidlTest
181 doVerify(verifyReq, verifyRsp); in verifyPassword()