HomeSort by relevance Sort by last modified time
    Searched refs:KM_ULONG (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/security/keymaster/
KeymasterLongArgument.java 30 case KeymasterDefs.KM_ULONG:
KeymasterArgument.java 45 case KeymasterDefs.KM_ULONG:
KeymasterDefs.java 38 public static final int KM_ULONG = 5 << 28;
60 public static final int KM_TAG_RSA_PUBLIC_EXPONENT = KM_ULONG | 200;
KeymasterArguments.java 178 if ((tagType != KeymasterDefs.KM_ULONG) && (tagType != KeymasterDefs.KM_ULONG_REP)) {
203 // Keymaster's KM_ULONG is unsigned 64 bit.
211 // Keymaster's KM_ULONG is unsigned 64 bit. We're forced to use BigInteger for type safety
  /system/keymaster/include/keymaster/
keymaster_tags.h 81 template <> struct TagValueType<KM_ULONG> { typedef uint64_t value_type; };
140 DECLARE_KEYMASTER_TAG(KM_ULONG, TAG_RSA_PUBLIC_EXPONENT);
217 inline keymaster_key_param_t Authorization(TypedTag<KM_ULONG, Tag> tag, uint64_t value) {
authorization_set.h 277 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const {
  /hardware/libhardware/include/hardware/
keymaster_defs.h 39 KM_ULONG = 5 << 28,
68 KM_TAG_RSA_PUBLIC_EXPONENT = KM_ULONG | 200,
557 case KM_ULONG:
  /system/keymaster/
keymaster_tags.cpp 145 DEFINE_KEYMASTER_TAG(KM_ULONG, TAG_RSA_PUBLIC_EXPONENT);
authorization_set.cpp 317 case KM_ULONG:
345 case KM_ULONG:
380 case KM_ULONG:
android_keymaster_test_utils.h 90 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) {
android_keymaster_test_utils.cpp 58 case KM_ULONG:
101 case KM_ULONG:
    [all...]
attestation_record.cpp 398 case KM_ULONG:
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 91 private static final int KM_ULONG = 5 << 28;
106 private static final int KM_TAG_RSA_PUBLIC_EXPONENT = KM_ULONG | 200;
  /system/security/keystore/
legacy_keymaster_device_wrapper.cpp 83 case KM_ULONG:
176 case KM_ULONG:
  /hardware/interfaces/keymaster/3.0/default/
KeymasterDevice.cpp 240 case KM_ULONG:
333 case KM_ULONG:

Completed in 61 milliseconds