Lines Matching defs:rqst
229 smb2_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server,
235 struct kvec *iov = rqst->rq_iov;
283 drqst = *rqst;
559 smb3_calc_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server,
565 struct kvec *iov = rqst->rq_iov;
612 drqst = *rqst;
637 smb2_sign_rqst(struct smb_rqst *rqst, struct TCP_Server_Info *server)
645 shdr = (struct smb2_hdr *)rqst->rq_iov[0].iov_base;
666 rc = server->ops->calc_signature(rqst, server, false);
672 smb2_verify_signature(struct smb_rqst *rqst, struct TCP_Server_Info *server)
677 (struct smb2_hdr *)rqst->rq_iov[0].iov_base;
704 rc = server->ops->calc_signature(rqst, server, true);
830 struct smb_rqst rqst = { .rq_iov = iov,
841 rc = smb2_verify_signature(&rqst, server);
852 struct smb_rqst *rqst)
856 (struct smb2_hdr *)rqst->rq_iov[0].iov_base;
867 rc = smb2_sign_rqst(rqst, server);
878 smb2_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst)
882 (struct smb2_hdr *)rqst->rq_iov[0].iov_base;
901 rc = smb2_sign_rqst(rqst, server);