Searched defs:KM_ENUM_REP (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h36 KM_ENUM_REP = 2 << 28, /* Repeatable enumeration value. */ enumerator in enum:__anon1819
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 7 milliseconds