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.java101 performSetupIkeAndFirstChildBlocking(SUCCESS_IKE_INIT_RESP, SUCCESS_IKE_AUTH_RESP); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()
207 performSetupIkeAndFirstChildBlocking(ikeInitResp, ikeAuthResp); in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
273 performSetupIkeAndFirstChildBlocking( in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6()
309 performSetupIkeAndFirstChildBlocking(SUCCESS_IKE_INIT_RESP, SUCCESS_IKE_AUTH_RESP); in testIkeSessionKillWithTunnelMode()
371 performSetupIkeAndFirstChildBlocking(ikeInitRespHex, ikeAuthFailRespHex); in testIkeAuthHandlesAuthFailNotification()
404 performSetupIkeAndFirstChildBlocking(ikeInitRespHex, ikeAuthCreateChildFailHex); in verifyIkeAuthHandlesFirstChildCreationFail()
DIkeSessionTestBase.java238 PortPair performSetupIkeAndFirstChildBlocking(String ikeInitRespHex, String... ikeAuthRespHexes) in performSetupIkeAndFirstChildBlocking() method in IkeSessionTestBase
240 return performSetupIkeAndFirstChildBlocking( in performSetupIkeAndFirstChildBlocking()
247 PortPair performSetupIkeAndFirstChildBlocking( in performSetupIkeAndFirstChildBlocking() method in IkeSessionTestBase
250 return performSetupIkeAndFirstChildBlocking( in performSetupIkeAndFirstChildBlocking()
257 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.java194 performSetupIkeAndFirstChildBlocking( in setupAndVerifyIkeSessionWithOptionMobike()
404 performSetupIkeAndFirstChildBlocking(ikeInitResp, IkeAuthRespWithoutMobikeSupport); in testSetNetworkWithoutOptionMobike()
DIkeSessionDigitalSignatureTest.java184 performSetupIkeAndFirstChildBlocking( in testIkeSessionSetupAndChildSessionSetupWithTransportMode()