Home
last modified time | relevance | path

Searched refs:EspAuthNull (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()
402 if (cipher instanceof EspAeadCipher && !(auth instanceof EspAuthNull)) { in EspHeader()
707 public static final class EspAuthNull extends EspAuth { class in PacketUtils
713 private static final EspAuthNull sInstance = new EspAuthNull();
715 private EspAuthNull() { in EspAuthNull() method in PacketUtils.EspAuthNull
719 public static EspAuthNull getInstance() { in getInstance()
DIpSecAlgorithmImplTest.java60 import android.net.cts.PacketUtils.EspAuthNull;
226 espCipher, EspAuthNull.getInstance()))); in checkAesCtr()
304 EspAuthNull.getInstance()))); in testChaCha20Poly1305()