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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 114 private static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
263 case KM_TAG_ALL_APPLICATIONS & KEYMASTER_TAG_TYPE_MASK:
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 77 public static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 117 KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600, /* Specified to indicate key is usable by all

Completed in 219 milliseconds