Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
DMtuUtilsTest.java21 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;
81 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256) in testCombinedModeAlgorithmLessThanUnderlyingMtu()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java27 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;
182 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getIkeSaProposals()
185 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getIkeSaProposals()
188 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getIkeSaProposals()
273 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getChildSaProposals()
278 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getChildSaProposals()
283 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getChildSaProposals()
/frameworks/base/services/core/java/com/android/server/vcn/util/
DMtuUtils.java23 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;
93 map.put(ENCRYPTION_ALGORITHM_AES_GCM_16, 27); // 8 (IV) + 3 (Max pad) + 16 (ICV) in map.put() argument