Home
last modified time | relevance | path

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

/aosp12/system/keymaster/ng/
H A DKeyMintAidlUtils.cpp68 case KM_UINT_REP: in kmParamSet2Aidl()
112 case KM_UINT_REP: in aidlKeyParams2Km()
H A DKeyMintUtils.cpp135 case KM_UINT_REP: in kmParam2Aidl()
197 case KM_UINT_REP: in aidlKeyParams2Km()
H A DAndroidKeymaster3Device.cpp98 case KM_UINT_REP: in KmParamSet()
181 case KM_UINT_REP: in kmParamSet2Hidl()
H A DAndroidKeymaster4Device.cpp134 case KM_UINT_REP: in kmParamSet2Hidl()
189 case KM_UINT_REP: in hidlKeyParams2Km()
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h38 KM_UINT_REP = 4 << 28, /* Repeatable integer value */ enumerator
535 case KM_UINT_REP: in keymaster_tag_type_repeatable()
619 case KM_UINT_REP: in keymaster_param_compare()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterIntArgument.java35 case KeymasterDefs.KM_UINT_REP: in KeymasterIntArgument()
H A DKeymasterArgument.java43 case KeymasterDefs.KM_UINT_REP:
H A DKeymasterArguments.java148 if ((tagType != KeymasterDefs.KM_UINT) && (tagType != KeymasterDefs.KM_UINT_REP)) { in addUnsignedInt()
H A DKeymasterDefs.java50 public static final int KM_UINT_REP = TagType.UINT_REP; field in KeymasterDefs
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_tags.h85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; };
232 inline keymaster_key_param_t Authorization(TypedTag<KM_UINT_REP, Tag> tag, uint32_t value) {
H A Dauthorization_set.h274 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() argument
332 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, in GetTagValue() argument
333 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue() argument
/aosp12/system/keymaster/android_keymaster/
H A Dauthorization_set.cpp299 case KM_UINT_REP: in serialized_size()
326 case KM_UINT_REP: in serialize()
360 case KM_UINT_REP: in deserialize()
/aosp12/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp86 case KM_UINT_REP: in KmParamSet()
170 case KM_UINT_REP: in kmParamSet2Hidl()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStore2ParameterUtils.java113 if (type != KeymasterDefs.KM_UINT && type != KeymasterDefs.KM_UINT_REP) { in makeInt()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp138 case KM_UINT_REP: in KmParamSet()
222 case KM_UINT_REP: in kmParamSet2Hidl()
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp92 case KM_UINT_REP: in get_uint32_value()
158 case KM_UINT_REP: in insert_unknown_tag()
698 case KM_UINT_REP: { in build_auth_list()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp43 case KM_UINT_REP: in operator <<()
98 case KM_UINT_REP: in operator ==()
H A Dandroid_keymaster_test_utils.h79 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() argument
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51111 Landroid/security/keymaster/KeymasterDefs;->KM_UINT_REP:I