Searched refs:KM_ENUM (Results 1 – 5 of 5) sorted by relevance
34 public static final int KM_ENUM = 1 << 28; field in KeymasterDefs48 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;
35 case KeymasterDefs.KM_ENUM: in KeymasterIntArgument()
40 case KeymasterDefs.KM_ENUM:
75 if ((tagType != KeymasterDefs.KM_ENUM) && (tagType != KeymasterDefs.KM_ENUM_REP)) { in addEnum()102 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ENUM) { in getEnum()
61561 Landroid/security/keymaster/KeymasterDefs;->KM_ENUM:I