Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java360 public final EspCipher cipher;
389 EspCipher cipher, in EspHeader()
408 private static EspCipher getDefaultCipher(byte[] key) { in getDefaultCipher()
498 public abstract static class EspCipher { class in PacketUtils
508 public EspCipher(String algoName, int blockSize, byte[] key, int ivLen, int saltLen) { in EspCipher() method in PacketUtils.EspCipher
549 public static final class EspCipherNull extends EspCipher {
571 public static final class EspCryptCipher extends EspCipher {
621 public static final class EspAeadCipher extends EspCipher {
DIpSecAlgorithmImplTest.java61 import android.net.cts.PacketUtils.EspCipher;
96 private final EspCipher mEspCipher;
103 EspCipher espCipher, in CheckCryptoImplTest()
113 int srcPort, int dstPort, int spi, EspCipher espCipher, EspAuth espAuth) in buildTransportModeEspPayload()
220 final EspCipher espCipher = in checkAesCtr()