Home
last modified time | relevance | path

Searched refs:KM_ENUM_REP (Results 1 – 4 of 4) 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.java71 if ((tagType != KeymasterDefs.KM_ENUM) && (tagType != KeymasterDefs.KM_ENUM_REP)) { in addEnum()
83 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ENUM_REP) { in addEnums()
114 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ENUM_REP) { in getEnums()
DKeymasterIntArgument.java33 case KeymasterDefs.KM_ENUM_REP: in KeymasterIntArgument()
DKeymasterArgument.java41 case KeymasterDefs.KM_ENUM_REP: