Home
last modified time | relevance | path

Searched refs:nlattr_algo_auth (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DXfrmController.h284 struct nlattr_algo_auth { struct
361 static int fillNlAttrXfrmAlgoAuth(const XfrmAlgo& in_algo, nlattr_algo_auth* algo);
DXfrmControllerTest.cpp331 NLA_ALIGN(offsetof(XfrmController::nlattr_algo_auth, key) + KEY_LENGTH); in testIpSecAddSecurityAssociation()
393 XfrmController::nlattr_algo_auth authAlgo{}; in testIpSecAddSecurityAssociation()
DXfrmController.cpp881 nlattr_algo_auth auth{}; in updateSecurityAssociation()
991 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth()