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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_signing.c148 uint8_t *sigloc; local
157 sigloc = (uchar_t *)m->m_data + SMBSIGOFF;
165 bcopy("BSRSPLY", sigloc, 8);
171 * directly into the message at sigloc.
175 err = smbfs_compute_MAC(ctx, m, rqp->rq_seqno, sigloc);
178 bzero(sigloc, SMB_SIG_SIZE);
191 uint8_t *sigloc; local
216 sigloc = (uchar_t *)m->m_data + SMBSIGOFF;
233 * one found in the message (at sigloc)
235 if (bcmp(sigbuf, sigloc, SMB_SIG_SIZ
[all...]

Completed in 14 milliseconds