Home
last modified time | relevance | path

Searched refs:SMB_SIG_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c48 #define SMB_SIG_SIZE 8 macro
82 if (memcmp(mac_sig, sr_sig, SMB_SIG_SIZE) == 0) { in smb_sign_find_seqnum()
87 if (memcmp(mac_sig, sr_sig, SMB_SIG_SIZE) == 0) { in smb_sign_find_seqnum()
309 bcopy(digest, mac_sign, SMB_SIG_SIZE); in smb_sign_calc()
332 unsigned char mac_sig[SMB_SIG_SIZE]; in smb_sign_check_request()
351 if (memcmp(mac_sig, sr->smb_sig, SMB_SIG_SIZE) == 0) { in smb_sign_check_request()
382 unsigned char mac_sig[SMB_SIG_SIZE]; in smb_sign_check_secondary()
394 if (memcmp(mac_sig, sr->smb_sig, SMB_SIG_SIZE) != 0) { in smb_sign_check_secondary()
415 unsigned char mac[SMB_SIG_SIZE]; in smb_sign_reply()
437 SMB_SIG_SIZE, mac); in smb_sign_reply()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h64 #define SMB_SIG_SIZE 8 /* SMB signature size */ macro
106 uint8_t security_sig[SMB_SIG_SIZE];