Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster_enforcement.cpp178 int auth_timeout_index = -1; in AuthorizeUpdateOrFinish() local
180 auth_timeout_index, op_handle, false /* is_begin_operation */)) in AuthorizeUpdateOrFinish()
196 int auth_timeout_index = -1; in AuthorizeBegin() local
202 auth_timeout_index = pos; in AuthorizeBegin()
269 if (auth_timeout_index != -1) { in AuthorizeBegin()
272 auth_type_index, auth_timeout_index, 0 /* op_handle */, in AuthorizeBegin()
418 const int auth_type_index, const int auth_timeout_index, in AuthTokenMatches() argument
422 assert(auth_timeout_index < static_cast<int>(auth_set.size())); in AuthTokenMatches()
449 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token.challenge) { in AuthTokenMatches()
477 if (auth_timeout_index != -1 && is_begin_operation) { in AuthTokenMatches()
[all …]
/system/keymaster/include/keymaster/
Dkeymaster_enforcement.h155 const int auth_type_index, const int auth_timeout_index,