Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java398 if (cipher instanceof EspCipherNull && auth instanceof EspAuthNull) { in EspHeader()
549 public static final class EspCipherNull extends EspCipher { class in PacketUtils
554 private static final EspCipherNull sInstance = new EspCipherNull();
556 private EspCipherNull() { in EspCipherNull() method in PacketUtils.EspCipherNull
560 public static EspCipherNull getInstance() { in getInstance()
DIpSecAlgorithmImplTest.java62 import android.net.cts.PacketUtils.EspCipherNull;
261 EspCipherNull.getInstance(), espAuth))); in testAesXcbc()
275 EspCipherNull.getInstance(), espAuth))); in testAesCmac()