Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h299 struct nlattr_algo_auth { struct
386 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.cpp945 nlattr_algo_auth auth{}; in updateSecurityAssociation()
1055 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth()