Home
last modified time | relevance | path

Searched refs:SMB_SIG_OFFS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_mac.c92 int offset_end_of_sig = (SMB_SIG_OFFS + SMB_SIG_SIZE); in smb_mac_calc()
123 rv = C_DigestUpdate(hSession, (CK_BYTE_PTR)buf, SMB_SIG_OFFS); in smb_mac_calc()
193 (void) memcpy(buf + SMB_SIG_OFFS, mac_sign, SMB_SIG_SIZE); in smb_mac_sign()
H A Dlibsmb.h523 #define SMB_SIG_OFFS 14 /* signature field offset within header */ macro
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c49 #define SMB_SIG_OFFS 14 macro
238 uint8_t hdr[SMB_SIG_OFFS]; /* sig. offset (14) */ in smb_sign_calc()
429 (void) smb_mbc_poke(&resp, SMB_SIG_OFFS, "#c", in smb_sign_reply()