Searched defs:KM_ENUM_REP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterDefs.java35 public static final int KM_ENUM_REP = 2 << 28; field in class: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;

Completed in 138 milliseconds