Lines Matching defs:iov
235 struct kvec *iov = rqst->rq_iov;
236 struct smb2_hdr *shdr = (struct smb2_hdr *)iov[0].iov_base;
278 * data, that is, iov[0] should not contain a rfc1002 length.
280 * Sign the rfc1002 length prior to passing the data (iov[1-N]) down to
284 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) {
285 rc = crypto_shash_update(shash, iov[0].iov_base,
286 iov[0].iov_len);
565 struct kvec *iov = rqst->rq_iov;
566 struct smb2_hdr *shdr = (struct smb2_hdr *)iov[0].iov_base;
607 * data, that is, iov[0] should not contain a rfc1002 length.
609 * Sign the rfc1002 length prior to passing the data (iov[1-N]) down to
613 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) {
614 rc = crypto_shash_update(shash, iov[0].iov_base,
615 iov[0].iov_len);
829 struct kvec iov[1];
830 struct smb_rqst rqst = { .rq_iov = iov,
833 iov[0].iov_base = (char *)mid->resp_buf;
834 iov[0].iov_len = len;