Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecAlgorithmImplTest.java34 import static android.net.cts.PacketUtils.AES_XCBC_ICV_LEN;
256 new IpSecAlgorithm(IpSecAlgorithm.AUTH_AES_XCBC, authKey, AES_XCBC_ICV_LEN * 8); in testAesXcbc()
257 final EspAuth espAuth = new EspAuth(AES_XCBC, authKey, AES_XCBC_ICV_LEN); in testAesXcbc()
DPacketUtils.java84 static final int AES_XCBC_ICV_LEN = 12; field in PacketUtils
DIpSecManagerTest.java39 import static android.net.cts.PacketUtils.AES_XCBC_ICV_LEN;
979 AUTH_AES_XCBC, getKeyBytes(AES_XCBC_KEY_LEN), AES_XCBC_ICV_LEN * 8); in buildAuthAesXcbc()