Lines Matching refs:HardwareAuthToken

35 using aidl::android::hardware::security::keymint::HardwareAuthToken;
172 std::optional<HardwareAuthToken> doVerify(uint32_t uid, uint64_t challenge, in doVerify()
216 HardwareAuthToken authToken; in doVerify()
230 std::optional<HardwareAuthToken> doVerify(uint32_t uid, uint64_t challenge, in doVerify()
235 std::optional<HardwareAuthToken> doVerify(uint64_t challenge, in doVerify()
244 AuthorizationSet* out_params, const HardwareAuthToken& hat) { in ProcessMessage()
268 const HardwareAuthToken& hat) { in EncryptMessage()
274 const AuthorizationSet& params, const HardwareAuthToken& hat) { in DecryptMessage()
285 const HardwareAuthToken& hat) { in SignMessage()
335 const std::optional<HardwareAuthToken> hat = doVerify(challenge, handle_, password_); in TEST_P()
345 HardwareAuthToken dodgy_hat = hat.value(); 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()
474 const std::optional<HardwareAuthToken> alt_hat = in TEST_P()
513 const std::optional<HardwareAuthToken> unrelated_hat = 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()
585 const std::optional<HardwareAuthToken> alt_hat = in TEST_P()
620 const std::optional<HardwareAuthToken> hat = doVerify(challenge_, handle_, password_); in TEST_P()