Home
last modified time | relevance | path

Searched refs:ENCRYPTION_ALGORITHM_AES_GCM_12 (Results 1 – 4 of 4) 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/tests/vcn/java/com/android/server/vcn/util/
DMtuUtilsTest.java20 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
83 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256) in testCombinedModeAlgorithmLessThanUnderlyingMtu()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java26 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
183 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256); in getIkeSaProposals()
186 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_192); in getIkeSaProposals()
189 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128); in getIkeSaProposals()
275 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_256); in getChildSaProposals()
280 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_192); in getChildSaProposals()
285 ENCRYPTION_ALGORITHM_AES_GCM_12, KEY_LEN_AES_128); in getChildSaProposals()
/frameworks/base/services/core/java/com/android/server/vcn/util/
DMtuUtils.java22 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12;
92 map.put(ENCRYPTION_ALGORITHM_AES_GCM_12, 23); // 8 (IV) + 3 (Max pad) + 12 (ICV) in map.put() argument