Searched refs:mIpSecService (Results 1 – 4 of 4) sorted by relevance
126 IpSecService mIpSecService; field in IpSecServiceTest319 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 …]
194 IpSecService mIpSecService; field in IpSecServiceParameterizedTest251 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 …]
61 IpSecService mIpSecService; field in IpSecServiceRefcountedResourceTest67 mIpSecService = new IpSecService(mMockContext, mMockIpSecSrvConfig); in setUp()101 mIpSecService in getTestRefcountedResource()
206 @Mock private IpSecService mIpSecService; field in VpnTest225 mIpSecManager = new IpSecManager(mContext, mIpSecService); in setUp()260 when(mIpSecService.createTunnelInterface(any(), any(), any(), any(), any())) in setUp()