Home
last modified time | relevance | path

Searched refs:firstTransformRecordB (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTest.java115 IpSecTransformCallRecord firstTransformRecordB = in testIkeSessionSetupAndChildSessionSetupWithTunnelMode() local
117 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()
155 verifyCloseIkeAndChildBlocking(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()
222 final IpSecTransformCallRecord firstTransformRecordB = in testIkeSessionSetupAndChildSessionSetupWithAesCmac() local
224 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
229 verifyCloseIkeAndChildBlocking(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
293 IpSecTransformCallRecord firstTransformRecordB = in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() local
295 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6()
300 verifyCloseIkeAndChildBlocking(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6()
DIkeSessionMobikeTest.java148 final IpSecTransformCallRecord firstTransformRecordB = in testMigrateNetworksWithoutXfrmMigrate() local
150 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testMigrateNetworksWithoutXfrmMigrate()
166 firstTransformRecordB); in testMigrateNetworksWithoutXfrmMigrate()
343 final IpSecTransformCallRecord firstTransformRecordB = in testSetNetworkWithoutMobikeEnabled() local
345 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testSetNetworkWithoutMobikeEnabled()
362 firstTransformRecordB); in testSetNetworkWithoutMobikeEnabled()
DIkeSessionMschapV2Test.java211 IpSecTransformCallRecord firstTransformRecordB = in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
213 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
218 verifyCloseIkeAndChildBlocking(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
DIkeSessionDigitalSignatureTest.java202 IpSecTransformCallRecord firstTransformRecordB = in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
204 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
209 verifyCloseIkeAndChildBlocking(firstTransformRecordA, firstTransformRecordB); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
DIkeSessionRekeyTest.java147 IpSecTransformCallRecord firstTransformRecordB = in testRekeyIke() local
149 verifyCreateIpSecTransformPair(firstTransformRecordA, firstTransformRecordB); in testRekeyIke()
171 mFirstChildSessionCallback, firstTransformRecordA, firstTransformRecordB); in testRekeyIke()