/aosp12/system/keymaster/ng/ |
H A D | KeyMintAidlUtils.cpp | 68 case KM_UINT_REP: in kmParamSet2Aidl() 112 case KM_UINT_REP: in aidlKeyParams2Km()
|
H A D | KeyMintUtils.cpp | 135 case KM_UINT_REP: in kmParam2Aidl() 197 case KM_UINT_REP: in aidlKeyParams2Km()
|
H A D | AndroidKeymaster3Device.cpp | 98 case KM_UINT_REP: in KmParamSet() 181 case KM_UINT_REP: in kmParamSet2Hidl()
|
H A D | AndroidKeymaster4Device.cpp | 134 case KM_UINT_REP: in kmParamSet2Hidl() 189 case KM_UINT_REP: in hidlKeyParams2Km()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | keymaster_defs.h | 38 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 D | KeymasterIntArgument.java | 35 case KeymasterDefs.KM_UINT_REP: in KeymasterIntArgument()
|
H A D | KeymasterArgument.java | 43 case KeymasterDefs.KM_UINT_REP:
|
H A D | KeymasterArguments.java | 148 if ((tagType != KeymasterDefs.KM_UINT) && (tagType != KeymasterDefs.KM_UINT_REP)) { in addUnsignedInt()
|
H A D | KeymasterDefs.java | 50 public static final int KM_UINT_REP = TagType.UINT_REP; field in KeymasterDefs
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | keymaster_tags.h | 85 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 D | authorization_set.h | 274 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 D | authorization_set.cpp | 299 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 D | TrustyKeymaster3Device.cpp | 86 case KM_UINT_REP: in KmParamSet() 170 case KM_UINT_REP: in kmParamSet2Hidl()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | KeyStore2ParameterUtils.java | 113 if (type != KeymasterDefs.KM_UINT && type != KeymasterDefs.KM_UINT_REP) { in makeInt()
|
/aosp12/system/core/trusty/keymaster/4.0/ |
H A D | TrustyKeymaster4Device.cpp | 138 case KM_UINT_REP: in KmParamSet() 222 case KM_UINT_REP: in kmParamSet2Hidl()
|
/aosp12/system/keymaster/km_openssl/ |
H A D | attestation_record.cpp | 92 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 D | android_keymaster_test_utils.cpp | 43 case KM_UINT_REP: in operator <<() 98 case KM_UINT_REP: in operator ==()
|
H A D | android_keymaster_test_utils.h | 79 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() argument
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 51111 Landroid/security/keymaster/KeymasterDefs;->KM_UINT_REP:I
|