Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
DMtuUtilsTest.java22 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_8;
85 ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_256) in testCombinedModeAlgorithmLessThanUnderlyingMtu()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java28 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_8;
184 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_256); in getIkeSaProposals()
187 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_192); in getIkeSaProposals()
190 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_128); in getIkeSaProposals()
276 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_256); in getChildSaProposals()
281 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_192); in getChildSaProposals()
286 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_8, KEY_LEN_AES_128); in getChildSaProposals()
/frameworks/base/services/core/java/com/android/server/vcn/util/
DMtuUtils.java24 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_8;
91 map.put(ENCRYPTION_ALGORITHM_AES_GCM_8, 19); // 8 (IV) + 3 (Max pad) + 8 (ICV) in map.put() argument