Searched refs:AEAD_KEY (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 111 private static final byte[] AEAD_KEY = getKey(288); field in IpSecManagerTest 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() 1118 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 96); in testAesGcm96Udp4() 1126 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 96); in testAesGcm96Udp6() 1134 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128); in testAesGcm128Tcp4() [all …]
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | IpSecServiceTest.java | 88 private static final byte[] AEAD_KEY = { field in IpSecServiceTest 113 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
|
D | IpSecServiceParameterizedTest.java | 112 private static final byte[] AEAD_KEY = { field in IpSecServiceParameterizedTest 203 new IpSecAlgorithm(IpSecAlgorithm.AUTH_CRYPT_AES_GCM, AEAD_KEY, 128);
|