Home
last modified time | relevance | path

Searched defs:KM_ULONG (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.h87 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains()
/aosp12/system/keymaster/include/keymaster/
H A Dauthorization_set.h283 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java51 public static final int KM_ULONG = TagType.ULONG; field in KeymasterDefs
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h39 KM_ULONG = 5 << 28, enumerator