HomeSort by relevance Sort by last modified time
    Searched full:auth_type_index (Results 1 - 3 of 3) sorted by null

  /system/keymaster/
keymaster_enforcement.cpp 150 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 */,
434 const int auth_type_index, const int auth_timeout_index,
437 assert(auth_type_index < static_cast<int>(auth_set.size()));
476 if (auth_type_index < 0 || auth_type_index > static_cast<int>(auth_set.size()))
    [all...]
  /system/keymaster/include/keymaster/
keymaster_enforcement.h 155 const int auth_type_index, const int auth_timeout_index,
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 162 private static final int AUTH_TYPE_INDEX = 14;
496 int authVal = mCursor.getInt(AUTH_TYPE_INDEX);
    [all...]

Completed in 795 milliseconds