/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | IkeSessionTest.java | 87 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/ |
D | IkeSessionPskTest.java | 206 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
|
D | IkeSessionRekeyTest.java | 131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke() local 221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa() local
|
D | IkeSessionMobikeTest.java | 193 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, ikeParams); in setupAndVerifyIkeSessionWithOptionMobike() local 211 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange() 335 final IkeSession ikeSession = in testSetNetworkWithoutMobikeEnabled() local
|
D | IkeSessionMschapV2Test.java | 172 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
|
D | IkeSessionDigitalSignatureTest.java | 183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeUdp4Socket.java | 65 IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession, Handler handler) in getInstance()
|
D | IkeUdp6Socket.java | 65 IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession, Handler handler) in getInstance()
|
D | IkeSocket.java | 215 public final void registerIke(long spi, IkeSessionStateMachine ikeSession) { in registerIke() 233 public final void releaseReference(IkeSessionStateMachine ikeSession) { in releaseReference()
|
D | IkeUdp6WithEncapPortSocket.java | 76 IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession, Handler handler) in getIkeUdpEncapSocket()
|
D | IkeUdpEncapSocket.java | 81 IkeSessionStateMachine ikeSession, in getIkeUdpEncapSocket()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSocketTestBase.java | 226 IkeSocket getIkeSocket(IkeSocketConfig sockConfig, IkeSessionStateMachine ikeSession) in getIkeSocket()
|
D | IkeSessionStateMachineTest.java | 893 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/ |
D | EpdgTunnelManager.java | 264 IkeSession ikeSession, in TunnelConfig() 733 IkeSession ikeSession = in onBringUpTunnel() local 1761 IkeSession ikeSession, in putApnNameToTunnelConfig()
|