Lines Matching refs:iov_base
236 struct smb2_hdr *shdr = (struct smb2_hdr *)iov[0].iov_base;
285 rc = crypto_shash_update(shash, iov[0].iov_base,
349 rc = crypto_shash_update(server->secmech.hmacsha256, label.iov_base, label.iov_len);
361 rc = crypto_shash_update(server->secmech.hmacsha256, context.iov_base, context.iov_len);
509 d->label.iov_base = "SMB2AESCMAC";
511 d->context.iov_base = "SmbSign";
515 d->label.iov_base = "SMB2AESCCM";
517 d->context.iov_base = "ServerIn ";
521 d->label.iov_base = "SMB2AESCCM";
523 d->context.iov_base = "ServerOut";
538 d->label.iov_base = "SMBSigningKey";
540 d->context.iov_base = ses->preauth_sha_hash;
544 d->label.iov_base = "SMBC2SCipherKey";
546 d->context.iov_base = ses->preauth_sha_hash;
550 d->label.iov_base = "SMBS2CCipherKey";
552 d->context.iov_base = ses->preauth_sha_hash;
566 struct smb2_hdr *shdr = (struct smb2_hdr *)iov[0].iov_base;
614 rc = crypto_shash_update(shash, iov[0].iov_base,
645 shdr = (struct smb2_hdr *)rqst->rq_iov[0].iov_base;
677 (struct smb2_hdr *)rqst->rq_iov[0].iov_base;
833 iov[0].iov_base = (char *)mid->resp_buf;
856 (struct smb2_hdr *)rqst->rq_iov[0].iov_base;
882 (struct smb2_hdr *)rqst->rq_iov[0].iov_base;