Searched refs:addAlgorithmIfSupported (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | Ikev2VpnProfile.java | 96 private static void addAlgorithmIfSupported(List<String> algorithms, String ipSecAlgoName) { in addAlgorithmIfSupported() method in Ikev2VpnProfile 104 addAlgorithmIfSupported(algorithms, CRYPT_AES_CBC); in addAlgorithmIfSupported() method 105 addAlgorithmIfSupported(algorithms, CRYPT_AES_CTR); in addAlgorithmIfSupported() method 106 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA256); in addAlgorithmIfSupported() method 107 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA384); in addAlgorithmIfSupported() method 108 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA512); in addAlgorithmIfSupported() method 109 addAlgorithmIfSupported(algorithms, AUTH_AES_XCBC); in addAlgorithmIfSupported() method 110 addAlgorithmIfSupported(algorithms, AUTH_AES_CMAC); in addAlgorithmIfSupported() method 111 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_AES_GCM); in addAlgorithmIfSupported() method 112 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_CHACHA20_POLY1305); in addAlgorithmIfSupported() method
|