Home
last modified time | relevance | path

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

/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_enforcement.cpp186 int auth_timeout_index = -1; in AuthorizeUpdateOrFinish() local
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()
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()
521 assert(auth_set[auth_timeout_index].tag == KM_TAG_AUTH_TIMEOUT); in AuthTokenMatches()
522 if (auth_set[auth_timeout_index].tag != KM_TAG_AUTH_TIMEOUT) return false; in AuthTokenMatches()
[all …]
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_enforcement.h219 const int auth_timeout_index,