Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecManagerTest.java1069 IpSecAlgorithm authCrypt = in testAesGcm64Tcp4() local
1077 IpSecAlgorithm authCrypt = in testAesGcm64Tcp6() local
1085 IpSecAlgorithm authCrypt = in testAesGcm64Udp4() local
1093 IpSecAlgorithm authCrypt = in testAesGcm64Udp6() local
1101 IpSecAlgorithm authCrypt = in testAesGcm96Tcp4() local
1109 IpSecAlgorithm authCrypt = in testAesGcm96Tcp6() local
1117 IpSecAlgorithm authCrypt = in testAesGcm96Udp4() local
1125 IpSecAlgorithm authCrypt = in testAesGcm96Udp6() local
1133 IpSecAlgorithm authCrypt = in testAesGcm128Tcp4() local
1141 IpSecAlgorithm authCrypt = in testAesGcm128Tcp6() local
[all …]
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DIpSecServiceParameterizedTest.java362 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()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java1663 IpSecAlgorithm authCrypt = c.getAuthenticatedEncryption(); in createOrUpdateTransform() local
1667 cryptName = (authCrypt == null) ? IpSecAlgorithm.CRYPT_NULL : ""; in createOrUpdateTransform()
1689 (authCrypt != null) ? authCrypt.getName() : "", in createOrUpdateTransform()
1690 (authCrypt != null) ? authCrypt.getKey() : new byte[] {}, in createOrUpdateTransform()
1691 (authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0, in createOrUpdateTransform()