Home
last modified time | relevance | path

Searched refs:KM_ENUM (Results 1 – 4 of 4) 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;
71 public static final int KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504;
79 public static final int KM_TAG_ORIGIN = KM_ENUM | 702;
DKeymasterIntArgument.java32 case KeymasterDefs.KM_ENUM: in KeymasterIntArgument()
DKeymasterArgument.java40 case KeymasterDefs.KM_ENUM:
DKeymasterArguments.java71 if ((tagType != KeymasterDefs.KM_ENUM) && (tagType != KeymasterDefs.KM_ENUM_REP)) { in addEnum()
98 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ENUM) { in getEnum()