Searched refs:auth_token_timed_out (Results 1 – 8 of 8) sorted by relevance
33 bool auth_token_timed_out(const hw_auth_token_t& /*token*/, in auth_token_timed_out() function
76 bool auth_token_timed_out(const HardwareAuthToken&, uint32_t) const { in auth_token_timed_out() function
172 virtual bool auth_token_timed_out(const HardwareAuthToken& token, uint32_t timeout) const = 0;
478 if (auth_token_timed_out(auth_token, auth_token_timeout.value())) { in AuthTokenMatches()
121 virtual bool auth_token_timed_out(const hw_auth_token_t& token, uint32_t timeout) const = 0;
529 if (auth_token_timed_out(*auth_token, auth_set[auth_timeout_index].integer)) { in AuthTokenMatches()
54 bool auth_token_timed_out(const hw_auth_token_t& token, uint32_t timeout) const override { in auth_token_timed_out() function in keymaster::test::TestKeymasterEnforcement
87 virtual bool auth_token_timed_out(const hw_auth_token_t& /* token */, in auth_token_timed_out() function in keymaster::test::TestKeymasterEnforcement