Searched refs:CRYPT_KEY (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 243 .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 …]
|
D | IpSecManagerTunnelTest.java | 600 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
|
D | IpSecBaseTest.java | 75 protected static final byte[] CRYPT_KEY = getKey(256); field in IpSecBaseTest 459 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)) in buildIpSecTransform()
|