Searched refs:nlattr_algo_crypt (Results 1 – 3 of 3) sorted by relevance
299 struct nlattr_algo_crypt { struct402 static int fillNlAttrXfrmAlgoEnc(const XfrmAlgo& in_algo, nlattr_algo_crypt* algo);
331 NLA_ALIGN(offsetof(XfrmController::nlattr_algo_crypt, key) + KEY_LENGTH) + in testIpSecAddSecurityAssociation()394 XfrmController::nlattr_algo_crypt _encryptAlgo{}; in testIpSecAddSecurityAssociation()399 XfrmController::nlattr_algo_crypt* const encryptAlgo = &_encryptAlgo; in testIpSecAddSecurityAssociation()
942 nlattr_algo_crypt crypt{}; in updateSecurityAssociation()1046 int XfrmController::fillNlAttrXfrmAlgoEnc(const XfrmAlgo& inAlgo, nlattr_algo_crypt* algo) { in fillNlAttrXfrmAlgoEnc()