Searched refs:SMBSIGLEN (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | signing.c | 47 #define SMBSIGLEN 8 /* SMB signature length */ macro 137 bcopy(digest, signature, SMBSIGLEN); in smb_compute_MAC() 180 bzero(sigloc, SMBSIGLEN); in smb_rq_sign() 192 uint8_t sigbuf[SMBSIGLEN]; in smb_rq_verify() 237 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 249 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 252 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) { in smb_rq_verify()
|
/titanic_41/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); in smb_compute_MAC() 226 bzero(sigloc, SMBSIGLEN); in smb_rq_sign() 238 uint8_t sigbuf[SMBSIGLEN]; in smb_rq_verify() 283 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 296 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) in smb_rq_verify() 299 if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) { in smb_rq_verify()
|