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

  /system/keymaster/android_keymaster/
keymaster_enforcement.cpp 178 int auth_timeout_index = -1; local
180 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 */,
420 const int auth_type_index, const int auth_timeout_index,
424 assert(auth_timeout_index < static_cast<int>(auth_set.size()));
451 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token.challenge) {
479 if (auth_timeout_index != -1 && is_begin_operation)
    [all...]
  /system/security/keystore/
keymaster_enforcement.cpp 179 int auth_timeout_index = -1; local
182 auth_timeout_index, op_handle, false /* is_begin_operation */))
197 int auth_timeout_index = -1; local
203 auth_timeout_index = pos;
276 if (auth_timeout_index != -1) {
281 auth_type_index, auth_timeout_index, 0 /* op_handle */,
492 const int auth_type_index, const int auth_timeout_index,
496 assert(auth_timeout_index < static_cast<int>(auth_set.size()));
503 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token.challenge) {
530 if (auth_timeout_index != -1 && is_begin_operation)
    [all...]

Completed in 592 milliseconds