Home
last modified time | relevance | path

Searched refs:auth_token_timed_out (Results 1 – 8 of 8) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dsoft_keymaster_enforcement.h33 bool auth_token_timed_out(const hw_auth_token_t& /*token*/, in auth_token_timed_out() function
/system/security/keystore/
Dkeystore_keymaster_enforcement.h76 bool auth_token_timed_out(const HardwareAuthToken&, uint32_t) const { in auth_token_timed_out() function
Dkeymaster_enforcement.h172 virtual bool auth_token_timed_out(const HardwareAuthToken& token, uint32_t timeout) const = 0;
Dkeymaster_enforcement.cpp478 if (auth_token_timed_out(auth_token, auth_token_timeout.value())) { in AuthTokenMatches()
/system/keymaster/include/keymaster/
Dkeymaster_enforcement.h121 virtual bool auth_token_timed_out(const hw_auth_token_t& token, uint32_t timeout) const = 0;
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp493 if (auth_token_timed_out(auth_token, auth_set[auth_timeout_index].integer)) { in AuthTokenMatches()
/system/keymaster/tests/
Dkeymaster_enforcement_test.cpp54 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
Dandroid_keymaster_test.cpp87 virtual bool auth_token_timed_out(const hw_auth_token_t& /* token */, in auth_token_timed_out() function in keymaster::test::TestKeymasterEnforcement