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

  /frameworks/base/core/java/android/security/keymaster/
KeymasterLongArgument.java 31 case KeymasterDefs.KM_ULONG_REP:
KeymasterArgument.java 46 case KeymasterDefs.KM_ULONG_REP:
KeymasterArguments.java 178 if ((tagType != KeymasterDefs.KM_ULONG) && (tagType != KeymasterDefs.KM_ULONG_REP)) {
190 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ULONG_REP) {
KeymasterDefs.java 43 public static final int KM_ULONG_REP = 10 << 28;
71 public static final int KM_TAG_USER_SECURE_ID = KM_ULONG_REP | 502;
  /system/keymaster/include/keymaster/
keymaster_tags.h 82 template <> struct TagValueType<KM_ULONG_REP> { typedef uint64_t value_type; };
150 DECLARE_KEYMASTER_TAG(KM_ULONG_REP, TAG_USER_SECURE_ID);
222 inline keymaster_key_param_t Authorization(TypedTag<KM_ULONG_REP, Tag> tag, uint64_t value) {
authorization_set.h 287 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const {
  /hardware/libhardware/include/hardware/
keymaster_defs.h 44 KM_ULONG_REP = 10 << 28, /* Repeatable long value */
98 KM_TAG_USER_SECURE_ID = KM_ULONG_REP | 502, /* Secure ID of authorized user or authenticator(s).
558 case KM_ULONG_REP:
  /system/keymaster/
keymaster_tags.cpp 155 DEFINE_KEYMASTER_TAG(KM_ULONG_REP, TAG_USER_SECURE_ID);
authorization_set.cpp 318 case KM_ULONG_REP:
346 case KM_ULONG_REP:
381 case KM_ULONG_REP:
android_keymaster_test_utils.cpp 55 case KM_ULONG_REP:
102 case KM_ULONG_REP:
    [all...]
attestation_record.cpp 399 case KM_ULONG_REP:
    [all...]
  /system/security/keystore/
legacy_keymaster_device_wrapper.cpp 84 case KM_ULONG_REP:
177 case KM_ULONG_REP:
  /hardware/interfaces/keymaster/3.0/default/
KeymasterDevice.cpp 241 case KM_ULONG_REP:
334 case KM_ULONG_REP:

Completed in 96 milliseconds