Home
last modified time | relevance | path

Searched refs:mIpSecService (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DIpSecServiceTest.java126 IpSecService mIpSecService; field in IpSecServiceTest
319 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuth()
338 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsCrypt()
357 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAead()
377 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuthCrypt()
384 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsNoAlgorithms()
396 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithAuth()
408 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithCrypt()
430 mIpSecService.deleteTransform(1); in testDeleteInvalidTransform()
663 mIpSecService.reserveNetId(); in testReserveNetId()
[all …]
H A DIpSecServiceParameterizedTest.java194 IpSecService mIpSecService; field in IpSecServiceParameterizedTest
251 mIpSecService.allocateSecurityParameterIndex( in testIpSecServiceReserveSpi()
677 mIpSecService.removeTransportModeTransforms(pfd); in testRemoveTransportModeTransform()
688 mIpSecService.createTunnelInterface( in createAndValidateTunnel()
769 mIpSecService.setNetworkForTunnelInterface( in testSetNetworkForTunnelInterface()
788 mIpSecService.setNetworkForTunnelInterface( in testSetNetworkForTunnelInterfaceFailsForInvalidResourceId()
809 mIpSecService.setNetworkForTunnelInterface( in testSetNetworkForTunnelInterfaceFailsWhenSettingTunnelNetwork()
903 mIpSecService.applyTunnelModeTransform( in verifyApplyTunnelModeTransformCommon()
942 mIpSecService.applyTunnelModeTransform( in testApplyTunnelModeTransformWithClosedSpi()
968 mIpSecService.addAddressToTunnelInterface( in testAddRemoveAddressFromTunnelInterface()
[all …]
H A DIpSecServiceRefcountedResourceTest.java61 IpSecService mIpSecService; field in IpSecServiceRefcountedResourceTest
67 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig); in setUp()
101 mIpSecService in getTestRefcountedResource()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DVpnTest.java206 @Mock private IpSecService mIpSecService; field in VpnTest
225 mIpSecManager = new IpSecManager(mContext, mIpSecService); in setUp()
260 when(mIpSecService.createTunnelInterface(any(), any(), any(), any(), any())) in setUp()