Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DTag.aidl46 PURPOSE = TagType.ENUM_REP | 1,
80 BLOCK_MODE = TagType.ENUM_REP | 4,
94 DIGEST = TagType.ENUM_REP | 5,
122 PADDING = TagType.ENUM_REP | 6,
196 RSA_OAEP_MGF_DIGEST = TagType.ENUM_REP | 203,
H A DTagType.aidl31 ENUM_REP = 2 << 28, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DTagType.aidl40 ENUM_REP = 536870912, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DTagType.aidl40 ENUM_REP = 536870912, enumConstant
/aosp12/hardware/interfaces/keymaster/3.0/
H A 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. */
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkey_param_output.cpp50 case TagType::ENUM_REP: in operator <<()
H A Dauthorization_set.cpp36 case TagType::ENUM_REP: in keyParamLess()
69 case TagType::ENUM_REP: in keyParamEqual()
H A Dattestation_record.cpp187 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkey_param_output.cpp78 case TagType::ENUM_REP: in operator <<()
H A Dauthorization_set.cpp42 case TagType::ENUM_REP: in keyParamLess()
76 case TagType::ENUM_REP: in keyParamEqual()
H A Dattestation_record.cpp143 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_tags.h375 case TagType::ENUM_REP:
408 case TagType::ENUM_REP:
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java48 public static final int KM_ENUM_REP = TagType.ENUM_REP;
/aosp12/hardware/interfaces/security/keymint/support/
H A Dattestation_record.cpp200 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A Dattestation_record.cpp202 void copyAuthTag(const stack_st_ASN1_INTEGER* stack, TypedTag<TagType::ENUM_REP, tag> ttag, in copyAuthTag() argument
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal40 ENUM_REP = 2 << 28,
74 PURPOSE = TagType:ENUM_REP | 1,
108 BLOCK_MODE = TagType:ENUM_REP | 4, /* BlockMode. */
122 DIGEST = TagType:ENUM_REP | 5,
150 PADDING = TagType:ENUM_REP | 6,
H A DIKeymasterDevice.hal765 * o TagType::ENUM_REP, TagType::UINT_REP and TagType::ULONG_REP tags are represented as ASN.1
/aosp12/system/security/keystore2/src/
H A Dkey_parameter.rs1059 TagType::ENUM | TagType::ENUM_REP => {} in get_field_by_tag_type()
H A Dlegacy_blob.rs497 TagType::ENUM | TagType::ENUM_REP | TagType::UINT | TagType::UINT_REP => { in read_key_parameters()