Home
last modified time | relevance | path

Searched refs:ENUM_REP (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/keymaster/3.0/
Dtypes.hal22 ENUM_REP = 2 << 28, /** Repeatable enumeration value. */
41 PURPOSE = TagType:ENUM_REP | 1, /** KeyPurpose. */
44 BLOCK_MODE = TagType:ENUM_REP | 4, /** BlockMode. */
45 DIGEST = TagType:ENUM_REP | 5, /** Digest. */
46 PADDING = TagType:ENUM_REP | 6, /** PaddingMode. */
50 KDF = TagType:ENUM_REP | 9, /** KeyDerivationFunction. */
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkey_param_output.cpp78 case TagType::ENUM_REP: in operator <<()
Dauthorization_set.cpp42 case TagType::ENUM_REP: in keyParamLess()
76 case TagType::ENUM_REP: in keyParamEqual()
Dattestation_record.cpp143 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument