Searched refs:nlattr_algo_auth (Results 1 – 3 of 3) sorted by relevance
307 struct nlattr_algo_auth { struct403 static int fillNlAttrXfrmAlgoAuth(const XfrmAlgo& in_algo, nlattr_algo_auth* algo);
332 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()
943 nlattr_algo_auth auth{}; in updateSecurityAssociation()1061 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth()