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

  /system/keymaster/
keymaster_tags.cpp 70 case KM_TAG_ALL_APPLICATIONS:
71 return "KM_TAG_ALL_APPLICATIONS";
keymaster_enforcement.cpp 335 case KM_TAG_ALL_APPLICATIONS:
attestation_record.cpp 336 case KM_TAG_ALL_APPLICATIONS:
    [all...]
  /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 55 milliseconds