Searched refs:CRYPT_NULL (Results 1 – 2 of 2) sorted by relevance
45 public static final String CRYPT_NULL = "ecb(cipher_null)"; field in IpSecAlgorithm
1603 cryptName = (authCrypt == null) ? IpSecAlgorithm.CRYPT_NULL : ""; in createOrUpdateTransform()