Searched refs:EspAuthNull (Results 1 – 2 of 2) sorted by relevance
398 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 PacketUtils713 private static final EspAuthNull sInstance = new EspAuthNull();715 private EspAuthNull() { in EspAuthNull() method in PacketUtils.EspAuthNull719 public static EspAuthNull getInstance() { in getInstance()
60 import android.net.cts.PacketUtils.EspAuthNull;226 espCipher, EspAuthNull.getInstance()))); in checkAesCtr()304 EspAuthNull.getInstance()))); in testChaCha20Poly1305()