Searched refs:AES_XCBC_ICV_LEN (Results 1 – 3 of 3) sorted by relevance
34 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()
84 static final int AES_XCBC_ICV_LEN = 12; field in PacketUtils
39 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()