Searched refs:authCrypt (Results 1 – 2 of 2) sorted by relevance
307 IpSecAlgorithm authCrypt = config.getAuthenticatedEncryption(); in verifyTransformNetdCalledForCreatingSA() local325 eq((authCrypt != null) ? authCrypt.getName() : ""), in verifyTransformNetdCalledForCreatingSA()326 eq((authCrypt != null) ? authCrypt.getKey() : new byte[] {}), in verifyTransformNetdCalledForCreatingSA()327 eq((authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0), in verifyTransformNetdCalledForCreatingSA()
1599 IpSecAlgorithm authCrypt = c.getAuthenticatedEncryption(); in createOrUpdateTransform() local1603 cryptName = (authCrypt == null) ? IpSecAlgorithm.CRYPT_NULL : ""; in createOrUpdateTransform()1625 (authCrypt != null) ? authCrypt.getName() : "", in createOrUpdateTransform()1626 (authCrypt != null) ? authCrypt.getKey() : new byte[] {}, in createOrUpdateTransform()1627 (authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0, in createOrUpdateTransform()