Home
last modified time | relevance | path

Searched refs:AUTH_CRYPT_AES_GCM (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java21 import static android.net.IpSecAlgorithm.AUTH_CRYPT_AES_GCM;
457 case IpSecAlgorithm.AUTH_CRYPT_AES_GCM: in getIvLen()
477 case IpSecAlgorithm.AUTH_CRYPT_AES_GCM: in getBlkSize()
718 algoToRequiredMinSdk.put(AUTH_CRYPT_AES_GCM, Build.VERSION_CODES.P); in testGetSupportedAlgorithms()
1070 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 64); in testAesGcm64Tcp4()
1078 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 64); in testAesGcm64Tcp6()
1086 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 64); in testAesGcm64Udp4()
1094 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 64); in testAesGcm64Udp6()
1102 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 96); in testAesGcm96Tcp4()
1110 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 96); in testAesGcm96Tcp6()
[all …]
DIpSecBaseTest.java19 import static android.net.IpSecAlgorithm.AUTH_CRYPT_AES_GCM;
104 MANDATORY_IPSEC_ALGOS_SINCE_P.add(AUTH_CRYPT_AES_GCM);
DIkev2VpnTest.java153 Arrays.asList(IpSecAlgorithm.AUTH_CRYPT_AES_GCM);
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeCipher.java67 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_8, IpSecAlgorithm.AUTH_CRYPT_AES_GCM); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
69 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_12, IpSecAlgorithm.AUTH_CRYPT_AES_GCM); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
71 SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16, IpSecAlgorithm.AUTH_CRYPT_AES_GCM); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeNormalModeCipherTest.java209 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in testGetIpSecAlgorithmName()
212 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in testGetIpSecAlgorithmName()
215 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in testGetIpSecAlgorithmName()
DIkeCombinedModeCipherTest.java199 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, mAesGcmKey, AES_GCM_16_CHECKSUM_LEN); in testBuildIpSecAlgorithm()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java21 import static android.net.IpSecAlgorithm.AUTH_CRYPT_AES_GCM;
405 ciphers.put(ENCRYPTION_ALGORITHM_AES_GCM_8, new CryptoInfo(R, AUTH_CRYPT_AES_GCM)); in getAllCiphers()
406 ciphers.put(ENCRYPTION_ALGORITHM_AES_GCM_12, new CryptoInfo(R, AUTH_CRYPT_AES_GCM)); in getAllCiphers()
407 ciphers.put(ENCRYPTION_ALGORITHM_AES_GCM_16, new CryptoInfo(R, AUTH_CRYPT_AES_GCM)); in getAllCiphers()
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecConfigTest.java76 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in getSampleConfig()
DIpSecAlgorithmTest.java74 new SimpleEntry<>(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, 224), in testNoTruncLen()
DIkev2VpnProfileTest.java178 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in testBuildWithAllowedAlgorithmsAead()
/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/
DVpnProfileTest.java102 IpSecAlgorithm.AUTH_CRYPT_AES_GCM, in getSampleIkev2Profile()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java113 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
DIpSecServiceParameterizedTest.java203 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);