Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSaProposal.java176 int ikeAlgoId = SUPPORTED_ENCRYPTION_ALGO_TO_STR.keyAt(i); in getSupportedEncryptionAlgorithms() local
177 String ipSecAlgoName = IkeCipher.getIpSecAlgorithmName(ikeAlgoId); in getSupportedEncryptionAlgorithms()
179 algoIds.add(ikeAlgoId); in getSupportedEncryptionAlgorithms()
203 int ikeAlgoId = SUPPORTED_INTEGRITY_ALGO_TO_STR.keyAt(i); in getSupportedIntegrityAlgorithms() local
204 String ipSecAlgoName = IkeMacIntegrity.getIpSecAlgorithmName(ikeAlgoId); in getSupportedIntegrityAlgorithms()
206 algoIds.add(ikeAlgoId); in getSupportedIntegrityAlgorithms()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java183 public static String getIpSecAlgorithmName(int ikeAlgoId) { in getIpSecAlgorithmName() argument
184 return IKE_ALGO_TO_IPSEC_ALGO.get(ikeAlgoId); in getIpSecAlgorithmName()
DIkeCipher.java219 public static String getIpSecAlgorithmName(int ikeAlgoId) { in getIpSecAlgorithmName() argument
220 return IKE_ALGO_TO_IPSEC_ALGO.get(ikeAlgoId); in getIpSecAlgorithmName()