Searched refs:AES_CBC (Results 1 – 3 of 3) sorted by relevance
36 private static final String AES_CBC = "AES/CBC/NoPadding"; field in AesXCbcImpl53 mCipher = Cipher.getInstance(AES_CBC); in AesXCbcImpl()
93 static final String AES_CBC = "AES/CBC/NoPadding"; field in PacketUtils409 return new EspCryptCipher(AES_CBC, AES_CBC_BLK_SIZE, key, AES_CBC_IV_LEN); in getDefaultCipher()586 if (AES_CBC.equals(algoName)) { in getCipherText()690 final Cipher aesCipher = Cipher.getInstance(AES_CBC); in getIcv()
65 static final String AES_CBC = "AES/CBC/NoPadding"; field in PacketUtils400 Cipher cipher = Cipher.getInstance(AES_CBC); in getCiphertext()