Home
last modified time | relevance | path

Searched defs: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
203 int ikeAlgoId = SUPPORTED_INTEGRITY_ALGO_TO_STR.keyAt(i); in getSupportedIntegrityAlgorithms() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java183 public static String getIpSecAlgorithmName(int ikeAlgoId) { in getIpSecAlgorithmName()
DIkeCipher.java219 public static String getIpSecAlgorithmName(int ikeAlgoId) { in getIpSecAlgorithmName()