Home
last modified time | relevance | path

Searched refs:ENCRYPTION_ALGORITHM_AES_GCM_12 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
DSaProposalUtilsTest.java65 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, SaProposal.KEY_LEN_AES_128) in buildTestChildSaProposal()
67 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, SaProposal.KEY_LEN_AES_192) in buildTestChildSaProposal()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java26 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
188 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256); in getIkeSaProposals()
191 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_192); in getIkeSaProposals()
194 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128); in getIkeSaProposals()
280 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256); in getChildSaProposals()
285 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_192); in getChildSaProposals()
290 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128); in getChildSaProposals()
/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
DMtuUtilsTest.java20 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
134 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256)
/frameworks/base/services/core/java/com/android/server/vcn/util/
DMtuUtils.java22 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
103 map.put(ENCRYPTION_ALGORITHM_AES_GCM_12, 23); // 8 (IV) + 3 (Max pad) + 12 (ICV) in map.put() argument
/frameworks/proto_logging/stats/enums/stats/ike/
Dike.proto108 ENCRYPTION_ALGORITHM_AES_GCM_12 = 19; enumerator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...