Home
last modified time | relevance | path

Searched refs:CRYPT_KEY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DIpSecManagerTest.java243 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in testCreateTransform()
616 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testIkeOverUdpEncapSocket()
667 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testInterfaceCountersUdp4()
674 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testInterfaceCountersUdp6()
681 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testInterfaceCountersUdp4UdpEncap()
688 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testAesCbcHmacMd5Tcp4()
696 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testAesCbcHmacMd5Tcp6()
704 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testAesCbcHmacMd5Udp4()
712 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testAesCbcHmacMd5Udp6()
720 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); in testAesCbcHmacSha1Tcp4()
[all …]
DIpSecManagerTunnelTest.java600 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY));
664 CRYPT_KEY, // Same key for auth and crypt
683 CRYPT_KEY, // Same key for auth and crypt
DIpSecBaseTest.java75 protected static final byte[] CRYPT_KEY = getKey(256); field in IpSecBaseTest
459 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in buildIpSecTransform()