Searched refs:authCrypt (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 1069 IpSecAlgorithm authCrypt = in testAesGcm64Tcp4() local 1071 checkTransform(IPPROTO_TCP, IPV4_LOOPBACK, null, null, authCrypt, false, 1, false); in testAesGcm64Tcp4() 1072 checkTransform(IPPROTO_TCP, IPV4_LOOPBACK, null, null, authCrypt, false, 1, true); in testAesGcm64Tcp4() 1077 IpSecAlgorithm authCrypt = in testAesGcm64Tcp6() local 1079 checkTransform(IPPROTO_TCP, IPV6_LOOPBACK, null, null, authCrypt, false, 1, false); in testAesGcm64Tcp6() 1080 checkTransform(IPPROTO_TCP, IPV6_LOOPBACK, null, null, authCrypt, false, 1, true); in testAesGcm64Tcp6() 1085 IpSecAlgorithm authCrypt = in testAesGcm64Udp4() local 1087 checkTransform(IPPROTO_UDP, IPV4_LOOPBACK, null, null, authCrypt, false, 1, false); in testAesGcm64Udp4() 1088 checkTransform(IPPROTO_UDP, IPV4_LOOPBACK, null, null, authCrypt, false, 1, true); in testAesGcm64Udp4() 1093 IpSecAlgorithm authCrypt = in testAesGcm64Udp6() local [all …]
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 362 IpSecAlgorithm authCrypt = config.getAuthenticatedEncryption(); in verifyTransformNetdCalledForCreatingSA() local 380 eq((authCrypt != null) ? authCrypt.getName() : ""), in verifyTransformNetdCalledForCreatingSA() 381 eq((authCrypt != null) ? authCrypt.getKey() : new byte[] {}), in verifyTransformNetdCalledForCreatingSA() 382 eq((authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0), in verifyTransformNetdCalledForCreatingSA()
|