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

  /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 694 milliseconds