Searched refs:authCrypt (Results 1 – 1 of 1) sorted by relevance
1512 IpSecAlgorithm authCrypt = c.getAuthenticatedEncryption(); in createOrUpdateTransform() local1516 cryptName = (authCrypt == null) ? IpSecAlgorithm.CRYPT_NULL : ""; in createOrUpdateTransform()1538 (authCrypt != null) ? authCrypt.getName() : "", in createOrUpdateTransform()1539 (authCrypt != null) ? authCrypt.getKey() : new byte[] {}, in createOrUpdateTransform()1540 (authCrypt != null) ? authCrypt.getTruncationLengthBits() : 0, in createOrUpdateTransform()