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.java218 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, params); in testIkeSessionSetupAndChildSessionSetupWithAesCmac() local
284 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() local
333 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeInitFail() local
382 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testIkeAuthHandlesAuthFailNotification() local
415 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.java231 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(remoteAddress, ikeParams); in setupAndVerifyIkeSessionWithMobility() local
249 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange()
392 final IkeSession ikeSession = in testSetNetworkWithoutMobikeEnabled() 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.java71 IIkeSessionStateMachineShim ikeSession, Network network); in onUnderlyingNetworkDiedWithoutMobility()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java293 IkeSession ikeSession, in TunnelConfig()
764 IkeSession ikeSession = in onBringUpTunnel() local
2245 IkeSession ikeSession, in putApnNameToTunnelConfig()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java902 IkeConnectionController.Callback mockCallback, IkeSessionStateMachine ikeSession) { in setupIkeConnectionCtrlCbWithIkeSession()
991 IkeSessionStateMachine ikeSession = in makeAndStartIkeSession() local
1675 IkeSessionStateMachine ikeSession = makeAndStartIkeSession(ikeParams); in verifyTestMode() local
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1186 String apnName, IkeSession ikeSession) { in verifyBringUpTunnelWithDnsQuery()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DVpnTest.java438 private void resetIkev2SessionCreator(Vpn.IkeSessionWrapper ikeSession) { in resetIkev2SessionCreator()