Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp91 case KM_ULONG_REP: in KmParamSet()
175 case KM_ULONG_REP: in kmParamSet2Hidl()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStore2ParameterUtils.java132 if (type != KeymasterDefs.KM_ULONG && type != KeymasterDefs.KM_ULONG_REP) { in makeLong()
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp143 case KM_ULONG_REP: in KmParamSet()
227 case KM_ULONG_REP: in kmParamSet2Hidl()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47790 Landroid/security/keymaster/KeymasterDefs;->KM_ULONG_REP:I