Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h307 struct nlattr_algo_auth { struct
403 static int fillNlAttrXfrmAlgoAuth(const XfrmAlgo& in_algo, nlattr_algo_auth* algo);
DXfrmControllerTest.cpp332 NLA_ALIGN(offsetof(XfrmController::nlattr_algo_auth, key) + KEY_LENGTH) + in testIpSecAddSecurityAssociation()
395 XfrmController::nlattr_algo_auth _authAlgo{}; in testIpSecAddSecurityAssociation()
400 XfrmController::nlattr_algo_auth* const authAlgo = &_authAlgo; in testIpSecAddSecurityAssociation()
DXfrmController.cpp943 nlattr_algo_auth auth{}; in updateSecurityAssociation()
1061 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth()