HomeSort by relevance Sort by last modified time
    Searched refs:auth_timeout_index (Results 1 - 4 of 4) sorted by null

  /system/keymaster/
keymaster_enforcement.cpp 179 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 != -1 && is_begin_operation)
    [all...]
  /system/security/keystore/
keymaster_enforcement.cpp 176 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 != -1 && is_begin_operation)
    [all...]
keymaster_enforcement.h 151 const int auth_type_index, const int auth_timeout_index,
  /system/keymaster/include/keymaster/
keymaster_enforcement.h 155 const int auth_type_index, const int auth_timeout_index,

Completed in 69 milliseconds