Searched defs:sigloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dsigning.c150 uint8_t *sigloc; local
159 sigloc = (uchar_t *)m->m_data + SMBSIGOFF;
167 bcopy("BSRSPLY", sigloc, 8);
173 * directly into the message at sigloc.
177 err = smb_compute_MAC(ctx, m, rqp->rq_seqno, sigloc);
180 bzero(sigloc, SMBSIGLEN);
193 uint8_t *sigloc; local
218 sigloc = (uchar_t *)m->m_data + SMBSIGOFF;
235 * one found in the message (at sigloc)
237 if (bcmp(sigbuf, sigloc, SMBSIGLE
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c196 uint8_t *sigloc; local
207 sigloc = mp->b_rptr + SMBSIGOFF;
215 bcopy("BSRSPLY", sigloc, 8);
221 * directly into the message at sigloc.
223 status = smb_compute_MAC(vcp, mp, rqp->sr_seqno, sigloc);
226 bzero(sigloc, SMBSIGLEN);
239 uint8_t *sigloc; local
263 sigloc = mp->b_rptr + SMBSIGOFF;
281 * one found in the message (at sigloc)
283 if (bcmp(sigbuf, sigloc, SMBSIGLE
[all...]

Completed in 66 milliseconds