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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 88 private static final int KM_ENUM_REP = 2 << 28;
99 private static final int KM_TAG_PURPOSE = KM_ENUM_REP | 1;
102 private static final int KM_TAG_DIGEST = KM_ENUM_REP | 5;
103 private static final int KM_TAG_PADDING = KM_ENUM_REP | 6;
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 35 public static final int KM_ENUM_REP = 2 << 28;
47 public static final int KM_TAG_PURPOSE = KM_ENUM_REP | 1;
50 public static final int KM_TAG_BLOCK_MODE = KM_ENUM_REP | 4;
51 public static final int KM_TAG_DIGEST = KM_ENUM_REP | 5;
52 public static final int KM_TAG_PADDING = KM_ENUM_REP | 6;
56 public static final int KM_TAG_RESCOPING_ADD = KM_ENUM_REP | 101;
57 public static final int KM_TAG_RESCOPING_DEL = KM_ENUM_REP | 102;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 36 KM_ENUM_REP = 2 << 28, /* Repeatable enumeration value. */
55 KM_TAG_PURPOSE = KM_ENUM_REP | 1, /* keymaster_purpose_t. */
58 KM_TAG_BLOCK_MODE = KM_ENUM_REP | 4, /* keymaster_block_mode_t. */
59 KM_TAG_DIGEST = KM_ENUM_REP | 5, /* keymaster_digest_t. */
60 KM_TAG_PADDING = KM_ENUM_REP | 6, /* keymaster_padding_t. */
64 KM_TAG_KDF = KM_ENUM_REP | 9, /* keymaster_kdf_t (keymaster2) */
289 uint32_t enumerated; /* KM_ENUM and KM_ENUM_REP */
450 case KM_ENUM_REP:
464 // assert(keymaster_tag_get_type(tag) == KM_ENUM || keymaster_tag_get_type(tag) == KM_ENUM_REP);
530 case KM_ENUM_REP
    [all...]

Completed in 242 milliseconds