Home
last modified time | relevance | path

Searched refs:ipSecAlgoName (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSaProposal.java177 String ipSecAlgoName = IkeCipher.getIpSecAlgorithmName(ikeAlgoId); in getSupportedEncryptionAlgorithms() local
178 if (IpSecAlgorithm.getSupportedAlgorithms().contains(ipSecAlgoName)) { in getSupportedEncryptionAlgorithms()
204 String ipSecAlgoName = IkeMacIntegrity.getIpSecAlgorithmName(ikeAlgoId); in getSupportedIntegrityAlgorithms() local
205 if (IpSecAlgorithm.getSupportedAlgorithms().contains(ipSecAlgoName)) { in getSupportedIntegrityAlgorithms()