Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecAlgorithmImplTest.java24 import static android.net.cts.PacketUtils.AES_CMAC_ICV_LEN;
270 new IpSecAlgorithm(IpSecAlgorithm.AUTH_AES_CMAC, authKey, AES_CMAC_ICV_LEN * 8); in testAesCmac()
271 final EspAuth espAuth = new EspAuth(AES_CMAC, authKey, AES_CMAC_ICV_LEN); in testAesCmac()
DPacketUtils.java86 static final int AES_CMAC_ICV_LEN = 12; field in PacketUtils
DIpSecManagerTest.java32 import static android.net.cts.PacketUtils.AES_CMAC_ICV_LEN;
984 AUTH_AES_CMAC, getKeyBytes(AES_CMAC_KEY_LEN), AES_CMAC_ICV_LEN * 8); in buildAuthAesCmac()