Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java402 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 PacketUtils
624 public EspAeadCipher( in EspAeadCipher() method in PacketUtils.EspAeadCipher
DIpSecAlgorithmImplTest.java58 import android.net.cts.PacketUtils.EspAeadCipher;
288 final EspAeadCipher espAead = in testChaCha20Poly1305()
289 new EspAeadCipher( in testChaCha20Poly1305()