Searched refs:KM_ENUM_REP (Results 1 – 5 of 5) sorted by relevance
35 public static final int KM_ENUM_REP = 2 << 28; field in KeymasterDefs47 public static final int KM_TAG_PURPOSE = KM_ENUM_REP | 1;50 public static final int KM_TAG_BLOCK_MODE = KM_ENUM_REP | 4;51 public static final int KM_TAG_DIGEST = KM_ENUM_REP | 5;52 public static final int KM_TAG_PADDING = KM_ENUM_REP | 6;56 public static final int KM_TAG_RESCOPING_ADD = KM_ENUM_REP | 101;57 public static final int KM_TAG_RESCOPING_DEL = KM_ENUM_REP | 102;
75 if ((tagType != KeymasterDefs.KM_ENUM) && (tagType != KeymasterDefs.KM_ENUM_REP)) { in addEnum()87 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ENUM_REP) { in addEnums()118 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ENUM_REP) { in getEnums()
36 case KeymasterDefs.KM_ENUM_REP: in KeymasterIntArgument()
41 case KeymasterDefs.KM_ENUM_REP:
61562 Landroid/security/keymaster/KeymasterDefs;->KM_ENUM_REP:I