Searched refs:authCrypt (Results 1 – 3 of 3) sorted by relevance
1069 IpSecAlgorithm authCrypt = in testAesGcm64Tcp4() local1077 IpSecAlgorithm authCrypt = in testAesGcm64Tcp6() local1085 IpSecAlgorithm authCrypt = in testAesGcm64Udp4() local1093 IpSecAlgorithm authCrypt = in testAesGcm64Udp6() local1101 IpSecAlgorithm authCrypt = in testAesGcm96Tcp4() local1109 IpSecAlgorithm authCrypt = in testAesGcm96Tcp6() local1117 IpSecAlgorithm authCrypt = in testAesGcm96Udp4() local1125 IpSecAlgorithm authCrypt = in testAesGcm96Udp6() local1133 IpSecAlgorithm authCrypt = in testAesGcm128Tcp4() local1141 IpSecAlgorithm authCrypt = in testAesGcm128Tcp6() local[all …]
362 IpSecAlgorithm authCrypt = config.getAuthenticatedEncryption(); in verifyTransformNetdCalledForCreatingSA() local380 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()
1663 IpSecAlgorithm authCrypt = c.getAuthenticatedEncryption(); in createOrUpdateTransform() local1667 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()