Home
last modified time | relevance | path

Searched defs:KM_ULONG_REP (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dauthorization_set.h293 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java56 public static final int KM_ULONG_REP = TagType.ULONG_REP; field in KeymasterDefs
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h44 KM_ULONG_REP = 10 << 28, /* Repeatable long value */ enumerator