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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c47 #define SMB_SIG_SIZE 8 macro
81 if (memcmp(mac_sig, sr_sig, SMB_SIG_SIZE) == 0) {
86 if (memcmp(mac_sig, sr_sig, SMB_SIG_SIZE) == 0) {
308 bcopy(digest, mac_sign, SMB_SIG_SIZE);
331 unsigned char mac_sig[SMB_SIG_SIZE];
350 if (memcmp(mac_sig, sr->smb_sig, SMB_SIG_SIZE) == 0) {
382 unsigned char mac_sig[SMB_SIG_SIZE];
394 if (memcmp(mac_sig, sr->smb_sig, SMB_SIG_SIZE) != 0) {
415 unsigned char mac[SMB_SIG_SIZE];
437 SMB_SIG_SIZE, ma
[all...]
/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];

Completed in 69 milliseconds