Searched refs:EspCipherNull (Results 1 – 2 of 2) sorted by relevance
398 if (cipher instanceof EspCipherNull && auth instanceof EspAuthNull) { in EspHeader()549 public static final class EspCipherNull extends EspCipher { class in PacketUtils554 private static final EspCipherNull sInstance = new EspCipherNull();556 private EspCipherNull() { in EspCipherNull() method in PacketUtils.EspCipherNull560 public static EspCipherNull getInstance() { in getInstance()
62 import android.net.cts.PacketUtils.EspCipherNull;261 EspCipherNull.getInstance(), espAuth))); in testAesXcbc()275 EspCipherNull.getInstance(), espAuth))); in testAesCmac()