Searched refs:KM_ULONG_REP (Results 1 – 4 of 4) sorted by relevance
31 case KeymasterDefs.KM_ULONG_REP: in KeymasterLongArgument()
43 public static final int KM_ULONG_REP = 10 << 28; field in KeymasterDefs69 public static final int KM_TAG_USER_SECURE_ID = KM_ULONG_REP | 502;
46 case KeymasterDefs.KM_ULONG_REP:
178 if ((tagType != KeymasterDefs.KM_ULONG) && (tagType != KeymasterDefs.KM_ULONG_REP)) { in addUnsignedLong()190 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_ULONG_REP) { in getUnsignedLongs()