Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java27 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;
187 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getIkeSaProposals()
190 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getIkeSaProposals()
193 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getIkeSaProposals()
278 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getChildSaProposals()
283 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getChildSaProposals()
288 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getChildSaProposals()
/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
DMtuUtilsTest.java21 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;
132 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256)
/frameworks/base/services/core/java/com/android/server/vcn/util/
DMtuUtils.java23 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;
104 map.put(ENCRYPTION_ALGORITHM_AES_GCM_16, 27); // 8 (IV) + 3 (Max pad) + 16 (ICV) in map.put() argument
/frameworks/proto_logging/stats/enums/stats/ike/
Dike.proto109 ENCRYPTION_ALGORITHM_AES_GCM_16 = 20; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...