Home
last modified time | relevance | path

Searched refs:EspCryptCipher (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java409 return new EspCryptCipher(AES_CBC, AES_CBC_BLK_SIZE, key, AES_CBC_IV_LEN); in getDefaultCipher()
571 public static final class EspCryptCipher extends EspCipher { class in PacketUtils
572 public EspCryptCipher(String algoName, int blockSize, byte[] key, int ivLen) { in EspCryptCipher() method in PacketUtils.EspCryptCipher
576 public EspCryptCipher(String algoName, int blockSize, byte[] key, int ivLen, int saltLen) { in EspCryptCipher() method in PacketUtils.EspCryptCipher
DIpSecAlgorithmImplTest.java63 import android.net.cts.PacketUtils.EspCryptCipher;
221 new EspCryptCipher( in checkAesCtr()