Searched refs:authCrypt (Results 1 – 2 of 2) sorted by relevance
304 IpSecAlgorithm authCrypt = config.getAuthenticatedEncryption(); in verifyTransformNetdCalledForCreatingSA() local322 eq((authCrypt != null) ? authCrypt.getName() : ""), in verifyTransformNetdCalledForCreatingSA()323 eq((authCrypt != null) ? authCrypt.getKey() : new byte[] {}), in verifyTransformNetdCalledForCreatingSA()324 eq((authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0), in verifyTransformNetdCalledForCreatingSA()
1584 IpSecAlgorithm authCrypt = c.getAuthenticatedEncryption(); in createOrUpdateTransform() local1588 cryptName = (authCrypt == null) ? IpSecAlgorithm.CRYPT_NULL : ""; in createOrUpdateTransform()1610 (authCrypt != null) ? authCrypt.getName() : "", in createOrUpdateTransform()1611 (authCrypt != null) ? authCrypt.getKey() : new byte[] {}, in createOrUpdateTransform()1612 (authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0, in createOrUpdateTransform()