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

  /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;
71 public static final int KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504;
79 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. */
69 KM_TAG_BLOB_USAGE_REQUIREMENTS = KM_ENUM | 301, /* keymaster_key_blob_usage_requirements_t */
95 KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504, /* Bitmask of authenticator types allowed when
116 KM_TAG_ORIGIN = KM_ENUM | 702, /* keymaster_key_origin_t. */
235 uint32_t enumerated; /* KM_ENUM and KM_ENUM_REP */
379 // assert(keymaster_tag_get_type(tag) == KM_ENUM || keymaster_tag_get_type(tag) == KM_ENUM_REP);
444 case KM_ENUM:

Completed in 3517 milliseconds