Home
last modified time | relevance | path

Searched refs:IkeSession (Results 1 – 12 of 12) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionTest.java87 IkeSession ikeSession = in testConstructIkeSession()
88 new IkeSession( in testConstructIkeSession()
107 IkeSession[] sessions = new IkeSession[numSession]; in testConstructFromDifferentThreads()
118 new IkeSession( in testConstructFromDifferentThreads()
141 for (IkeSession s : sessions) { in testConstructFromDifferentThreads()
149 IkeSession ikeSession = in testOpensIkeSession()
150 new IkeSession( in testOpensIkeSession()
176 IkeSession ikeSession = in testThrowWhenSetupTunnelWithMissingFeature()
177 new IkeSession( in testThrowWhenSetupTunnelWithMissingFeature()
194 IkeSession ikeSession = in testThrowWhenSetupMobikeWithTransport()
[all …]
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTestBase.java24 import android.net.ipsec.ike.IkeSession;
48 protected IkeSession openIkeSessionWithTunnelModeChild(InetAddress remoteAddress) { in openIkeSessionWithTunnelModeChild()
52 protected IkeSession openIkeSessionWithTunnelModeChild( in openIkeSessionWithTunnelModeChild()
57 protected IkeSession openIkeSessionWithTransportModeChild(InetAddress remoteAddress) { in openIkeSessionWithTransportModeChild()
87 private IkeSession openIkeSession(InetAddress remoteAddress, ChildSessionParams childParams) { in openIkeSession()
91 private IkeSession openIkeSession( in openIkeSession()
93 return new IkeSession( in openIkeSession()
DIkeSessionPskTest.java33 import android.net.ipsec.ike.IkeSession;
100 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()
206 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, params); in testIkeSessionSetupAndChildSessionSetupWithAesCmac()
272 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6()
308 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionKillWithTunnelMode()
321 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeInitFail()
370 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testIkeAuthHandlesAuthFailNotification()
403 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeAuthHandlesFirstChildCreationFail()
DIkeSessionMobikeTest.java35 import android.net.ipsec.ike.IkeSession;
109 private IkeSession mIkeSession;
142 final IkeSession ikeSession = in testMigrateNetworksWithoutXfrmMigrate()
178 private IkeSession setupAndVerifyIkeSessionWithOptionMobike( in setupAndVerifyIkeSessionWithOptionMobike()
193 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, ikeParams); in setupAndVerifyIkeSessionWithOptionMobike()
211 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange()
274 final IkeSession ikeSession = in testNetworkDied()
335 final IkeSession ikeSession = in testSetNetworkWithoutMobikeEnabled()
DIkeSessionRekeyTest.java25 import android.net.ipsec.ike.IkeSession;
53 private IkeSession openIkeSessionWithRemoteAddress(InetAddress remoteAddress) { in openIkeSessionWithRemoteAddress()
64 return new IkeSession( in openIkeSessionWithRemoteAddress()
131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke()
221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa()
DIkeSessionMschapV2Test.java23 import android.net.ipsec.ike.IkeSession;
148 private IkeSession openIkeSessionWithRemoteAddress(InetAddress remoteAddress) { in openIkeSessionWithRemoteAddress()
159 return new IkeSession( in openIkeSessionWithRemoteAddress()
172 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
DIkeSessionDigitalSignatureTest.java22 import android.net.ipsec.ike.IkeSession;
150 private IkeSession openIkeSessionWithRemoteAddress(InetAddress remoteAddress) { in openIkeSessionWithRemoteAddress()
170 return new IkeSession( in openIkeSessionWithRemoteAddress()
183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSession.java52 public final class IkeSession implements AutoCloseable { class
82 public IkeSession( in IkeSession() method in IkeSession
101 IkeSession( in IkeSession() method in IkeSession
122 IkeSession( in IkeSession() method in IkeSession
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java41 import android.net.ipsec.ike.IkeSession;
259 @NonNull final IkeSession mIkeSession;
264 IkeSession ikeSession, in TunnelConfig()
339 public IkeSession getIkeSession() { in getIkeSession()
733 IkeSession ikeSession = in onBringUpTunnel()
760 public IkeSession createIkeSession( in createIkeSession()
767 return new IkeSession( in createIkeSession()
1761 IkeSession ikeSession, in putApnNameToTunnelConfig()
/packages/modules/IPsec/api/
Dsystem-current.txt44 public final class IkeSession implements java.lang.AutoCloseable {
Dcurrent.txt150 public final class IkeSession implements java.lang.AutoCloseable {
151 …ctor public IkeSession(@NonNull android.content.Context, @NonNull android.net.ipsec.ike.IkeSession…
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java37 import android.net.ipsec.ike.IkeSession;
97 @Mock private IkeSession mMockIkeSession;