Searched refs:KM_UINT_REP (Results 1 – 4 of 4) sorted by relevance
31 case KeymasterDefs.KM_UINT_REP: in KeymasterIntArgument()
43 case KeymasterDefs.KM_UINT_REP:
37 public static final int KM_UINT_REP = 4 << 28; field in KeymasterDefs
142 if ((tagType != KeymasterDefs.KM_UINT) && (tagType != KeymasterDefs.KM_UINT_REP)) { in addUnsignedInt()