Searched refs:SMBSIGLEN (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | signing.c | 47 #define SMBSIGLEN 8 /* SMB signature length */ macro 137 bcopy(digest, signature, SMBSIGLEN); 180 bzero(sigloc, SMBSIGLEN); 192 uint8_t sigbuf[SMBSIGLEN]; 237 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) 249 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) 252 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) {
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_sign.c | 73 #define SMBSIGLEN 8 /* SMB signature length */ macro 183 bcopy(mac, signature, SMBSIGLEN); 226 bzero(sigloc, SMBSIGLEN); 238 uint8_t sigbuf[SMBSIGLEN]; 283 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) 296 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) 299 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) {
|
Completed in 56 milliseconds