Lines Matching refs:doVerify

172     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()
526 const std::optional<HardwareAuthToken> hat = doVerify(challenge_, handle_, password_); in TEST_P()
534 std::optional<HardwareAuthToken> dodgy_hat = doVerify(challenge_, handle_, password_); in TEST_P()
577 const std::optional<HardwareAuthToken> hat = doVerify(uid_, challenge_, handle_, password_); in TEST_P()
586 doVerify(alt_uid_, challenge_, alt_handle, alt_password); in TEST_P()
620 const std::optional<HardwareAuthToken> hat = doVerify(challenge_, handle_, password_); in TEST_P()