Home
last modified time | relevance | path

Searched refs:CHACHA20_POLY1305_ICV_LEN (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecAlgorithmImplTest.java38 import static android.net.cts.PacketUtils.CHACHA20_POLY1305_ICV_LEN;
287 CHACHA20_POLY1305_ICV_LEN * 8); in testChaCha20Poly1305()
294 CHACHA20_POLY1305_ICV_LEN, in testChaCha20Poly1305()
DPacketUtils.java77 static final int CHACHA20_POLY1305_ICV_LEN = 16; field in PacketUtils
DIpSecManagerTest.java42 import static android.net.cts.PacketUtils.CHACHA20_POLY1305_ICV_LEN;
1165 AUTH_CRYPT_CHACHA20_POLY1305, AEAD_KEY, CHACHA20_POLY1305_ICV_LEN * 8); in buildAuthCryptChaCha20Poly1305()