Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java35 public static final int KM_ENUM_REP = 2 << 28; field in KeymasterDefs
47 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;
DKeymasterArguments.java75 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()
DKeymasterIntArgument.java36 case KeymasterDefs.KM_ENUM_REP: in KeymasterIntArgument()
DKeymasterArgument.java41 case KeymasterDefs.KM_ENUM_REP:
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61562 Landroid/security/keymaster/KeymasterDefs;->KM_ENUM_REP:I