Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionTest.java92 IkeSession ikeSession = in testConstructIkeSession() local
154 IkeSession ikeSession = in testOpensIkeSession() local
181 IkeSession ikeSession = in testThrowWhenSetupTunnelWithMissingFeature() local
199 IkeSession ikeSession = in testThrowWhenSetupMobikeWithTransport() local
213 IkeSession ikeSession = in testThrowWhenSetNetworkWithInValidIpProtocol_v4ESP() local
232 IkeSession ikeSession = in testThrowWhenSetNetworkWithInValidIpProtocol_v6UDP() local
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionPskTest.java225 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, params); in testIkeSessionSetupAndChildSessionSetupWithAesCmac() local
293 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() local
344 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeInitFail() local
393 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testIkeAuthHandlesAuthFailNotification() local
426 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeAuthHandlesFirstChildCreationFail() local
457 private void verifyDumpIkeSessionInfo(IkeSession ikeSession) { in verifyDumpIkeSessionInfo()
DIkeSessionRekeyTest.java131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke() local
221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa() local
DIkeSessionMobikeTest.java231 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(remoteAddress, ikeParams); in setupAndVerifyIkeSessionWithMobility() local
249 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange()
392 final IkeSession ikeSession = in testSetNetworkWithoutMobikeEnabled() local
DIkeSessionLivenessCheckTest.java139 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeLivenessCheck() local
DIkeSessionMschapV2Test.java183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
DIkeSessionDigitalSignatureTest.java190 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/shim/
DShimUtilsT.java66 IIkeSessionStateMachineShim ikeSession, Network network) { in onUnderlyingNetworkDiedWithoutMobility()
DShimUtilsRAndS.java58 IIkeSessionStateMachineShim ikeSession, Network network) { in onUnderlyingNetworkDiedWithoutMobility()
DShimUtils.java74 IIkeSessionStateMachineShim ikeSession, Network network); in onUnderlyingNetworkDiedWithoutMobility()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java334 IkeSession ikeSession, in TunnelConfig()
1070 IkeSession ikeSession = in onBringUpTunnel() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java911 IkeConnectionController.Callback mockCallback, IkeSessionStateMachine ikeSession) { in setupIkeConnectionCtrlCbWithIkeSession()
1011 IkeSessionStateMachine ikeSession = in makeAndStartIkeSession() local
1707 IkeSessionStateMachine ikeSession = makeAndStartIkeSession(ikeParams); in verifyTestMode() local
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1453 String apnName, Network network, IkeSession ikeSession) throws Exception { in verifyBringUpTunnelWithDnsQuery()