Searched refs:ipSecAlgoName (Results 1 – 1 of 1) sorted by relevance
96 private static void addAlgorithmIfSupported(List<String> algorithms, String ipSecAlgoName) { in addAlgorithmIfSupported() argument97 if (IpSecAlgorithm.getSupportedAlgorithms().contains(ipSecAlgoName)) { in addAlgorithmIfSupported()98 algorithms.add(ipSecAlgoName); in addAlgorithmIfSupported()