Searched refs:ipSecAlgoName (Results 1 – 1 of 1) sorted by relevance
177 String ipSecAlgoName = IkeCipher.getIpSecAlgorithmName(ikeAlgoId); in getSupportedEncryptionAlgorithms() local178 if (IpSecAlgorithm.getSupportedAlgorithms().contains(ipSecAlgoName)) { in getSupportedEncryptionAlgorithms()204 String ipSecAlgoName = IkeMacIntegrity.getIpSecAlgorithmName(ikeAlgoId); in getSupportedIntegrityAlgorithms() local205 if (IpSecAlgorithm.getSupportedAlgorithms().contains(ipSecAlgoName)) { in getSupportedIntegrityAlgorithms()