Home
last modified time | relevance | path

Searched refs:KM_ULONG_REP (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_tags.h82 template <> struct TagValueType<KM_ULONG_REP> { typedef uint64_t value_type; };
155 DECLARE_KEYMASTER_TAG(KM_ULONG_REP, TAG_USER_SECURE_ID);
242 inline keymaster_key_param_t Authorization(TypedTag<KM_ULONG_REP, Tag> tag, uint64_t value) {
H A Dauthorization_set.h293 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() argument
/aosp12/system/keymaster/ng/
H A DKeyMintAidlUtils.cpp72 case KM_ULONG_REP: in kmParamSet2Aidl()
116 case KM_ULONG_REP: in aidlKeyParams2Km()
H A DKeyMintUtils.cpp140 case KM_ULONG_REP: in kmParam2Aidl()
205 case KM_ULONG_REP: in aidlKeyParams2Km()
H A DAndroidKeymaster3Device.cpp102 case KM_ULONG_REP: in KmParamSet()
185 case KM_ULONG_REP: in kmParamSet2Hidl()
H A DAndroidKeymaster4Device.cpp138 case KM_ULONG_REP: in kmParamSet2Hidl()
193 case KM_ULONG_REP: in hidlKeyParams2Km()
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h44 KM_ULONG_REP = 10 << 28, /* Repeatable long value */ enumerator
104 KM_TAG_USER_SECURE_ID = KM_ULONG_REP | 502, /* Secure ID of authorized user or authenticator(s).
622 case KM_ULONG_REP: in keymaster_param_compare()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterLongArgument.java35 case KeymasterDefs.KM_ULONG_REP: in KeymasterLongArgument()
H A DKeymasterArgument.java46 case KeymasterDefs.KM_ULONG_REP:
H A DKeymasterArguments.java185 if ((tagType != KeymasterDefs.KM_ULONG) && (tagType != KeymasterDefs.KM_ULONG_REP)) { in addUnsignedLong()
197 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ULONG_REP) { in getUnsignedLongs()
H A DKeymasterDefs.java56 public static final int KM_ULONG_REP = TagType.ULONG_REP; field in KeymasterDefs
/aosp12/system/keymaster/android_keymaster/
H A Dauthorization_set.cpp302 case KM_ULONG_REP: in serialized_size()
330 case KM_ULONG_REP: in serialize()
363 case KM_ULONG_REP: in deserialize()
H A Dkeymaster_tags.cpp192 DEFINE_KEYMASTER_TAG(KM_ULONG_REP, TAG_USER_SECURE_ID);
/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp30 #define UNKNOWN_TAG static_cast<keymaster_tag_t>(KM_ULONG_REP | 50)
36 TypedTag<KM_ULONG_REP, UNKNOWN_TAG> UNKNOWN_TAG_T;
H A Dandroid_keymaster_test_utils.cpp57 case KM_ULONG_REP: in operator <<()
105 case KM_ULONG_REP: in operator ==()
/aosp12/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp90 case KM_ULONG_REP: in KmParamSet()
174 case KM_ULONG_REP: in kmParamSet2Hidl()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStore2ParameterUtils.java131 if (type != KeymasterDefs.KM_ULONG && type != KeymasterDefs.KM_ULONG_REP) { in makeLong()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp142 case KM_ULONG_REP: in KmParamSet()
226 case KM_ULONG_REP: in kmParamSet2Hidl()
/aosp12/system/keymaster/km_openssl/
H A Dattestation_record.cpp164 case KM_ULONG_REP: in insert_unknown_tag()
716 case KM_ULONG_REP: in build_auth_list()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51113 Landroid/security/keymaster/KeymasterDefs;->KM_ULONG_REP:I