/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | IkeSessionTest.java | 92 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/ |
D | IkeSessionPskTest.java | 225 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()
|
D | IkeSessionRekeyTest.java | 131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke() local 221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa() local
|
D | IkeSessionMobikeTest.java | 231 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(remoteAddress, ikeParams); in setupAndVerifyIkeSessionWithMobility() local 249 IkeSession ikeSession, in setNetworkAndVerifyConnectionInfoChange() 392 final IkeSession ikeSession = in testSetNetworkWithoutMobikeEnabled() local
|
D | IkeSessionLivenessCheckTest.java | 139 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeLivenessCheck() local
|
D | IkeSessionMschapV2Test.java | 183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
|
D | IkeSessionDigitalSignatureTest.java | 190 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode() local
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/shim/ |
D | ShimUtilsT.java | 66 IIkeSessionStateMachineShim ikeSession, Network network) { in onUnderlyingNetworkDiedWithoutMobility()
|
D | ShimUtilsRAndS.java | 58 IIkeSessionStateMachineShim ikeSession, Network network) { in onUnderlyingNetworkDiedWithoutMobility()
|
D | ShimUtils.java | 74 IIkeSessionStateMachineShim ikeSession, Network network); in onUnderlyingNetworkDiedWithoutMobility()
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManager.java | 334 IkeSession ikeSession, in TunnelConfig() 1070 IkeSession ikeSession = in onBringUpTunnel() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachineTest.java | 911 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/ |
D | EpdgTunnelManagerTest.java | 1453 String apnName, Network network, IkeSession ikeSession) throws Exception { in verifyBringUpTunnelWithDnsQuery()
|