Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTest.java103 performSetupIkeAndFirstChildBlocking(SUCCESS_IKE_INIT_RESP, SUCCESS_IKE_AUTH_RESP); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()
219 performSetupIkeAndFirstChildBlocking(ikeInitResp, ikeAuthResp); in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
285 performSetupIkeAndFirstChildBlocking( in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6()
321 performSetupIkeAndFirstChildBlocking(SUCCESS_IKE_INIT_RESP, SUCCESS_IKE_AUTH_RESP); in testIkeSessionKillWithTunnelMode()
383 performSetupIkeAndFirstChildBlocking(ikeInitRespHex, ikeAuthFailRespHex); in testIkeAuthHandlesAuthFailNotification()
416 performSetupIkeAndFirstChildBlocking(ikeInitRespHex, ikeAuthCreateChildFailHex); in verifyIkeAuthHandlesFirstChildCreationFail()
DIkeSessionTestBase.java262 PortPair performSetupIkeAndFirstChildBlocking(String ikeInitRespHex, String... ikeAuthRespHexes) in performSetupIkeAndFirstChildBlocking() method in IkeSessionTestBase
264 return performSetupIkeAndFirstChildBlocking( in performSetupIkeAndFirstChildBlocking()
271 PortPair performSetupIkeAndFirstChildBlocking( in performSetupIkeAndFirstChildBlocking() method in IkeSessionTestBase
274 return performSetupIkeAndFirstChildBlocking( in performSetupIkeAndFirstChildBlocking()
281 PortPair performSetupIkeAndFirstChildBlocking( in performSetupIkeAndFirstChildBlocking() method in IkeSessionTestBase
DIkeSessionRekeyTest.java132 PortPair localRemotePorts = performSetupIkeAndFirstChildBlocking(ikeInitResp, ikeAuthResp); in testRekeyIke()
222 PortPair localRemotePorts = performSetupIkeAndFirstChildBlocking(ikeInitResp, ikeAuthResp); in testRekeyTransportModeChildSa()
DIkeSessionMobikeTest.java232 performSetupIkeAndFirstChildBlocking( in setupAndVerifyIkeSessionWithMobility()
464 performSetupIkeAndFirstChildBlocking(ikeInitResp, IkeAuthRespWithoutMobikeSupport); in testSetNetworkWithoutOptionMobike()
DIkeSessionDigitalSignatureTest.java191 performSetupIkeAndFirstChildBlocking( in testIkeSessionSetupAndChildSessionSetupWithTransportMode()