Home
last modified time | relevance | path

Searched refs:XfrmController (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/netd/server/
H A DXfrmControllerTest.cpp143 XfrmController ctrl; in TEST_F()
158 XfrmController ctrl; in TEST_F()
165 XfrmController ctrl; in TEST_F()
173 XfrmController ctrl; in TEST_F()
181 XfrmController ctrl; in TEST_F()
192 XfrmController ctrl; in TEST_F()
394 XfrmController::nlattr_xfrm_mark mark{}; in testIpSecAddSecurityAssociation()
471 XfrmController ctrl; in TEST_F()
489 XfrmController ctrl; in TEST_F()
625 XfrmController::nlattr_xfrm_mark mark{}; in TEST_P()
[all …]
H A DXfrmController.cpp395 XfrmController::XfrmController(void) {} in XfrmController() function in android::net::XfrmController
398 XfrmController::XfrmController(bool xfrmIntfSupport) { in XfrmController() function in android::net::XfrmController
402 netdutils::Status XfrmController::Init() { in Init()
412 netdutils::Status XfrmController::flushInterfaces() { in flushInterfaces()
442 bool XfrmController::isXfrmIntfSupported() { in isXfrmIntfSupported()
526 netdutils::Status XfrmController::ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
614 netdutils::Status XfrmController::ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
866 netdutils::Status XfrmController::ipSecAddSecurityPolicy( in ipSecAddSecurityPolicy()
875 netdutils::Status XfrmController::ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
893 netdutils::Status XfrmController::processSecurityPolicy( in processSecurityPolicy()
[all …]
H A DXfrmController.h205 class XfrmController {
207 XfrmController();
210 explicit XfrmController(bool xfrmIntfSupport);
H A DControllers.h55 XfrmController xfrmCtrl;
H A DAndroid.bp177 "XfrmController.cpp",
212 "XfrmController.cpp",
H A DControllers.cpp305 netdutils::Status xStatus = XfrmController::Init(); in init()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp383 using android::net::XfrmController;
392 android::netdutils::Status status = XfrmController::ipSecAllocateSpi(0, "::", "::1", 123, spi); in allocateIpSecResources()
397 status = XfrmController::ipSecAddSecurityPolicy(0, AF_INET6, 0, "::", "::1", 123, 0, 0, 0); in allocateIpSecResources()
402 return expectOk == XfrmController::ipSecAddTunnelInterface("ipsec_test", "::", "::1", 0xF00D, in allocateIpSecResources()
457 status = XfrmController::Init(); in TEST_F()
471 status = XfrmController::Init(); in TEST_F()
476 status = XfrmController::ipSecDeleteSecurityAssociation(0, "::", "::1", 123, spi, 0, 0); in TEST_F()
480 status = XfrmController::ipSecDeleteSecurityPolicy(0, AF_INET6, 0, 0, 0, 0); in TEST_F()
485 ASSERT_TRUE(XfrmController::ipSecRemoveTunnelInterface("ipsec_test").ok()); in TEST_F()