Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp194 int auth_timeout_index = -1; in AuthorizeUpdateOrFinish() local
196 auth_timeout_index, op_handle, false /* is_begin_operation */)) in AuthorizeUpdateOrFinish()
213 int auth_timeout_index = -1; in AuthorizeBegin() local
219 auth_timeout_index = pos; in AuthorizeBegin()
286 if (auth_timeout_index != -1) { in AuthorizeBegin()
289 auth_type_index, auth_timeout_index, 0 /* op_handle */, in AuthorizeBegin()
487 const int auth_type_index, const int auth_timeout_index, in AuthTokenMatches() argument
491 assert(auth_timeout_index < static_cast<int>(auth_set.size())); in AuthTokenMatches()
497 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token->challenge) { in AuthTokenMatches()
524 if (auth_timeout_index != -1 && is_begin_operation) { in AuthTokenMatches()
[all …]
/system/security/keystore/
Dkeymaster_enforcement.cpp134 int auth_timeout_index = -1; in AuthorizeUpdateOrFinish() local
137 auth_timeout_index, op_handle, false /* is_begin_operation */)) in AuthorizeUpdateOrFinish()
152 int auth_timeout_index = -1; in AuthorizeBegin() local
158 auth_timeout_index = pos; in AuthorizeBegin()
231 if (auth_timeout_index != -1) { in AuthorizeBegin()
236 auth_type_index, auth_timeout_index, 0 /* op_handle */, in AuthorizeBegin()
434 const int auth_type_index, const int auth_timeout_index, in AuthTokenMatches() argument
438 assert(auth_timeout_index < static_cast<int>(auth_set.size())); in AuthTokenMatches()
445 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token.challenge) { in AuthTokenMatches()
472 if (auth_timeout_index != -1 && is_begin_operation) { in AuthTokenMatches()
[all …]
Dkeymaster_enforcement.h204 const int auth_timeout_index, const uint64_t op_handle,
/system/keymaster/include/keymaster/
Dkeymaster_enforcement.h214 const int auth_timeout_index,