Searched refs:KM_MODE_CBC (Results 1 – 4 of 4) sorted by relevance
60 case KeymasterDefs.KM_MODE_CBC: in isKeymasterBlockModeIndCpaCompatibleWithSymmetricCrypto()
300 return KeymasterDefs.KM_MODE_CBC; in toKeymaster()315 case KeymasterDefs.KM_MODE_CBC: in fromKeymaster()
64 super(KeymasterDefs.KM_MODE_CBC, keymasterPadding, true); in CBC()
100 public static final int KM_MODE_CBC = 2; field in KeymasterDefs