Home
last modified time | relevance | path

Searched refs:KM_ENUM (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java34 public static final int KM_ENUM = 1 << 28; field in KeymasterDefs
48 public static final int KM_TAG_ALGORITHM = KM_ENUM | 2;
58 public static final int KM_TAG_BLOB_USAGE_REQUIREMENTS = KM_ENUM | 705;
73 public static final int KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504;
84 public static final int KM_TAG_ORIGIN = KM_ENUM | 702;
DKeymasterIntArgument.java35 case KeymasterDefs.KM_ENUM: in KeymasterIntArgument()
DKeymasterArgument.java40 case KeymasterDefs.KM_ENUM:
DKeymasterArguments.java75 if ((tagType != KeymasterDefs.KM_ENUM) && (tagType != KeymasterDefs.KM_ENUM_REP)) { in addEnum()
102 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ENUM) { in getEnum()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61561 Landroid/security/keymaster/KeymasterDefs;->KM_ENUM:I