Home
last modified time | relevance | path

Searched refs:auth_timeout_index (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp186 int auth_timeout_index = -1; in AuthorizeUpdateOrFinish() local
188 auth_timeout_index, op_handle, false /* is_begin_operation */)) in AuthorizeUpdateOrFinish()
205 int auth_timeout_index = -1; in AuthorizeBegin() local
211 auth_timeout_index = pos; in AuthorizeBegin()
275 if (auth_timeout_index != -1) { in AuthorizeBegin()
278 auth_type_index, auth_timeout_index, 0 /* op_handle */, in AuthorizeBegin()
484 const int auth_type_index, const int auth_timeout_index, in AuthTokenMatches() argument
488 assert(auth_timeout_index < static_cast<int>(auth_set.size())); in AuthTokenMatches()
494 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token->challenge) { in AuthTokenMatches()
520 if (auth_timeout_index != -1 && is_begin_operation) { in AuthTokenMatches()
[all …]
/system/keymaster/include/keymaster/
Dkeymaster_enforcement.h219 const int auth_timeout_index,