Searched refs:SMBSIGOFF (Results 1 – 2 of 2) sorted by relevance
46 #define SMBSIGOFF 14 /* SMB signature offset */ macro86 uint8_t hdr[SMBSIGOFF]; /* sig. offset (14) */ in smb_compute_MAC()159 sigloc = (uchar_t *)m->m_data + SMBSIGOFF; in smb_rq_sign()218 sigloc = (uchar_t *)m->m_data + SMBSIGOFF; in smb_rq_verify()
74 #define SMBSIGOFF 14 /* SMB signature offset */ macro106 uint8_t hdr[SMBSIGOFF]; /* sig. offset (14) */ in smb_compute_MAC()207 sigloc = mp->b_rptr + SMBSIGOFF; in smb_rq_sign()263 sigloc = mp->b_rptr + SMBSIGOFF; in smb_rq_verify()