Searched defs:auth_timeout_index (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/
H A Dkeymaster_enforcement.cpp179 int auth_timeout_index = -1; local
181 auth_timeout_index, op_handle, false /* is_begin_operation */))
197 int auth_timeout_index = -1; local
203 auth_timeout_index = pos;
270 if (auth_timeout_index != -1) {
273 auth_type_index, auth_timeout_index, 0 /* op_handle */,
443 const int auth_type_index, const int auth_timeout_index,
447 assert(auth_timeout_index < static_cast<int>(auth_set.size()));
474 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token.challenge) {
502 if (auth_timeout_index !
440 AuthTokenMatches(const AuthorizationSet& auth_set, const AuthorizationSet& operation_params, const uint64_t user_secure_id, const int auth_type_index, const int auth_timeout_index, const keymaster_operation_handle_t op_handle, bool is_begin_operation) const argument
[all...]
/system/security/keystore/
H A Dkeymaster_enforcement.cpp176 int auth_timeout_index = -1; local
178 auth_type_index, auth_timeout_index, op_handle,
193 int auth_timeout_index = -1; local
199 auth_timeout_index = pos;
270 if (auth_timeout_index != -1) {
275 auth_timeout_index, 0 /* op_handle */,
468 const int auth_type_index, const int auth_timeout_index,
472 assert(auth_timeout_index < static_cast<int>(auth_set.size()));
499 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token.challenge) {
527 if (auth_timeout_index !
465 AuthTokenMatches(const AuthorizationSet& auth_set, const AuthorizationSet& operation_params, const uint64_t user_secure_id, const int auth_type_index, const int auth_timeout_index, const uint64_t op_handle, bool is_begin_operation) const argument
[all...]

Completed in 683 milliseconds