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

  /system/keymaster/
keymaster_tags.cpp 58 case KM_TAG_ALL_USERS:
59 return "KM_TAG_ALL_USERS";
keymaster_enforcement.cpp 342 case KM_TAG_ALL_USERS:
attestation_record.cpp 251 case KM_TAG_ALL_USERS:
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 69 public static final int KM_TAG_ALL_USERS = KM_BOOL | 500;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 96 KM_TAG_ALL_USERS = KM_BOOL | 500, /* Reserved for future use -- ignore */
99 Disallowed if KM_TAG_ALL_USERS or

Completed in 55 milliseconds