Home
last modified time | relevance | path

Searched refs:CRYPT_AES_CBC (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java28 import static android.net.IpSecAlgorithm.CRYPT_AES_CBC;
279 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in testCreateTransform()
453 case IpSecAlgorithm.CRYPT_AES_CBC: in getIvLen()
473 case IpSecAlgorithm.CRYPT_AES_CBC: in getBlkSize()
659 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testIkeOverUdpEncapSocket()
712 algoToRequiredMinSdk.put(CRYPT_AES_CBC, Build.VERSION_CODES.P); in testGetSupportedAlgorithms()
745 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testInterfaceCountersUdp4()
752 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testInterfaceCountersUdp6()
759 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testInterfaceCountersUdp4UdpEncap()
766 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testAesCbcHmacMd5Tcp4()
[all …]
DIpSecBaseTest.java25 import static android.net.IpSecAlgorithm.CRYPT_AES_CBC;
98 MANDATORY_IPSEC_ALGOS_SINCE_P.add(CRYPT_AES_CBC);
646 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in buildIpSecTransform()
DIpSecManagerTunnelTest.java589 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY));
847 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY));
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecAlgorithmTest.java88 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, 256 / 8)); in testNoTruncLen()
162 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, len / 8)); in testLenValidation()
165 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, 384 / 8)); in testLenValidation()
DIpSecConfigTest.java67 IpSecAlgorithm.CRYPT_AES_CBC, in getSampleConfig()
DIkev2VpnProfileTest.java196 IpSecAlgorithm.CRYPT_AES_CBC, in testBuildWithAllowedAlgorithmsNormal()
227 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.CRYPT_AES_CBC)); in testSetAllowedAlgorithmsInvalidList()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeNormalModeCipherTest.java182 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, mAesCbcKey); in testBuildIpSecAlgorithm()
203 IpSecAlgorithm.CRYPT_AES_CBC, in testGetIpSecAlgorithmName()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeCipher.java63 SaProposal.ENCRYPTION_ALGORITHM_AES_CBC, IpSecAlgorithm.CRYPT_AES_CBC); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java28 import static android.net.IpSecAlgorithm.CRYPT_AES_CBC;
403 ciphers.put(ENCRYPTION_ALGORITHM_AES_CBC, new CryptoInfo(R, CRYPT_AES_CBC)); in getAllCiphers()
/packages/modules/Connectivity/tests/unit/java/com/android/internal/net/
DVpnProfileTest.java105 IpSecAlgorithm.CRYPT_AES_CBC)); in getSampleIkev2Profile()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java111 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
DIpSecServiceParameterizedTest.java201 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);