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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 87 private static final int KM_ENUM = 1 << 28;
100 private static final int KM_TAG_ALGORITHM = KM_ENUM | 2;
104 private static final int KM_TAG_EC_CURVE = KM_ENUM | 10;
110 private static final int KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504;
116 private static final int KM_TAG_ORIGIN = KM_ENUM | 702;
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 34 public static final int KM_ENUM = 1 << 28;
48 public static final int KM_TAG_ALGORITHM = KM_ENUM | 2;
58 public static final int KM_TAG_BLOB_USAGE_REQUIREMENTS = KM_ENUM | 705;
73 public static final int KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504;
81 public static final int KM_TAG_ORIGIN = KM_ENUM | 702;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 35 KM_ENUM = 1 << 28,
56 KM_TAG_ALGORITHM = KM_ENUM | 2, /* keymaster_algorithm_t. */
65 KM_TAG_EC_CURVE = KM_ENUM | 10, /* keymaster_ec_curve_t (keymaster2) */
76 KM_TAG_BLOB_USAGE_REQUIREMENTS = KM_ENUM | 301, /* keymaster_key_blob_usage_requirements_t */
102 KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504, /* Bitmask of authenticator types allowed when
131 KM_TAG_ORIGIN = KM_ENUM | 702, /* keymaster_key_origin_t. */
289 uint32_t enumerated; /* KM_ENUM and KM_ENUM_REP */
464 // assert(keymaster_tag_get_type(tag) == KM_ENUM || keymaster_tag_get_type(tag) == KM_ENUM_REP);
529 case KM_ENUM:

Completed in 37 milliseconds