Searched refs:EspAeadCipher (Results 1 – 2 of 2) sorted by relevance
402 if (cipher instanceof EspAeadCipher && !(auth instanceof EspAuthNull)) { in EspHeader()422 cipher instanceof EspAeadCipher ? ((EspAeadCipher) cipher).icvLen : auth.icvLen; in length()621 public static final class EspAeadCipher extends EspCipher { class in PacketUtils624 public EspAeadCipher( in EspAeadCipher() method in PacketUtils.EspAeadCipher
58 import android.net.cts.PacketUtils.EspAeadCipher;288 final EspAeadCipher espAead = in testChaCha20Poly1305()289 new EspAeadCipher( in testChaCha20Poly1305()