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