Home
last modified time | relevance | path

Searched defs:ikeSession (Results 1 – 14 of 14) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionTest.java87 IkeSession ikeSession = in testConstructIkeSession() local
149 IkeSession ikeSession = in testOpensIkeSession() local
176 IkeSession ikeSession = in testThrowWhenSetupTunnelWithMissingFeature() local
194 IkeSession ikeSession = in testThrowWhenSetupMobikeWithTransport() local
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTest.java206 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, params); in testIkeSessionSetupAndChildSessionSetupWithAesCmac() local
272 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() local
321 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeInitFail() local
370 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testIkeAuthHandlesAuthFailNotification() local
403 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeAuthHandlesFirstChildCreationFail() local
DIkeSessionRekeyTest.java131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke() local
221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa() local
DIkeSessionMobikeTest.java193 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, ikeParams); in setupAndVerifyIkeSessionWithOptionMobike() local
211 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange()
335 final IkeSession ikeSession = in testSetNetworkWithoutMobikeEnabled() local
DIkeSessionMschapV2Test.java172 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
DIkeSessionDigitalSignatureTest.java183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeUdp4Socket.java65 IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession, Handler handler) in getInstance()
DIkeUdp6Socket.java65 IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession, Handler handler) in getInstance()
DIkeSocket.java215 public final void registerIke(long spi, IkeSessionStateMachine ikeSession) { in registerIke()
233 public final void releaseReference(IkeSessionStateMachine ikeSession) { in releaseReference()
DIkeUdp6WithEncapPortSocket.java76 IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession, Handler handler) in getIkeUdpEncapSocket()
DIkeUdpEncapSocket.java81 IkeSessionStateMachine ikeSession, in getIkeUdpEncapSocket()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSocketTestBase.java226 IkeSocket getIkeSocket(IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession) in getIkeSocket()
DIkeSessionStateMachineTest.java893 IkeSessionStateMachine ikeSession = in makeAndStartIkeSession() local
1551 IkeSessionStateMachine ikeSession = makeAndStartIkeSession(buildIkeSessionParams()); in testEnableTestMode() local
1564 IkeSessionStateMachine ikeSession = makeAndStartIkeSession(buildIkeSessionParams()); in testDisableTestMode() local
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java264 IkeSession ikeSession, in TunnelConfig()
733 IkeSession ikeSession = in onBringUpTunnel() local
1761 IkeSession ikeSession, in putApnNameToTunnelConfig()