Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/
H A Dauthorization_set.h499 AuthorizationSetBuilder& Authorization(TypedTag<KM_INVALID, Tag> tag) { in Authorization()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java46 public static final int KM_INVALID = TagType.INVALID; field in KeymasterDefs
/aosp12/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h34 KM_INVALID = 0 << 28, /* Invalid type, used to designate a tag as uninitialized */ enumerator