Searched refs:ENCRYPTION_ALGORITHM_AES_GCM_12 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/ |
D | SaProposalUtilsTest.java | 65 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/ |
D | MtuUtilsTest.java | 20 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/ |
D | VpnIkev2Utils.java | 26 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/ |
D | MtuUtils.java | 22 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
|