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

  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreSecretKeyFactorySpi.java 98 if (keyCharacteristics.hwEnforced.containsTag(KeymasterDefs.KM_TAG_ORIGIN)) {
101 keyCharacteristics.hwEnforced.getEnum(KeymasterDefs.KM_TAG_ORIGIN, -1));
102 } else if (keyCharacteristics.swEnforced.containsTag(KeymasterDefs.KM_TAG_ORIGIN)) {
105 keyCharacteristics.swEnforced.getEnum(KeymasterDefs.KM_TAG_ORIGIN, -1));
  /system/keymaster/
keymaster_tags.cpp 78 case KM_TAG_ORIGIN:
79 return "KM_TAG_ORIGIN";
keymaster_enforcement.cpp 323 case KM_TAG_ORIGIN:
attestation_record.cpp 281 case KM_TAG_ORIGIN:
    [all...]
soft_keymaster_context.cpp 416 case KM_TAG_ORIGIN:
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 117 private static final int KM_TAG_ORIGIN = KM_ENUM | 702;
220 case KM_TAG_ORIGIN & KEYMASTER_TAG_TYPE_MASK:
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 81 public static final int KM_TAG_ORIGIN = KM_ENUM | 702;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 131 KM_TAG_ORIGIN = KM_ENUM | 702, /* keymaster_key_origin_t. */
263 * The origin of a key (or pair), i.e. where it was generated. Note that KM_TAG_ORIGIN can be found

Completed in 46 milliseconds