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

/system/keymaster/
H A Dkeymaster_enforcement.cpp150 int auth_type_index = -1; local
159 auth_type_index = pos;
175 bool authentication_required = (auth_type_index != -1);
180 if (AuthTokenMatches(auth_set, operation_params, param.long_integer, auth_type_index,
198 int auth_type_index = -1; local
206 auth_type_index = pos;
273 auth_type_index, auth_timeout_index, 0 /* op_handle */,
443 const int auth_type_index, const int auth_timeout_index,
446 assert(auth_type_index < static_cast<int>(auth_set.size()));
485 if (auth_type_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.cpp146 int auth_type_index = -1; local
155 auth_type_index = pos;
171 bool authentication_required = (auth_type_index != -1);
178 auth_type_index, auth_timeout_index, op_handle,
194 int auth_type_index = -1; local
202 auth_type_index = pos;
274 AuthTokenMatches(auth_set, operation_params, secure_id.value(), auth_type_index,
468 const int auth_type_index, const int auth_timeout_index,
471 assert(auth_type_index < static_cast<int>(auth_set.size()));
511 if (auth_type_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 119 milliseconds