Home
last modified time | relevance | path

Searched refs:KM_ULONG (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/security/keymaster/
DKeymasterLongArgument.java30 case KeymasterDefs.KM_ULONG: in KeymasterLongArgument()
DKeymasterDefs.java38 public static final int KM_ULONG = 5 << 28; field in KeymasterDefs
60 public static final int KM_TAG_RSA_PUBLIC_EXPONENT = KM_ULONG | 200;
DKeymasterArgument.java45 case KeymasterDefs.KM_ULONG:
DKeymasterArguments.java178 if ((tagType != KeymasterDefs.KM_ULONG) && (tagType != KeymasterDefs.KM_ULONG_REP)) { in addUnsignedLong()