Searched refs:SMB_SIG_SIZE (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_mac.c | 88 int offset_end_of_sig = (SMB_SIG_OFFS + SMB_SIG_SIZE); 89 unsigned char seq_buf[SMB_SIG_SIZE]; 138 bcopy(mac, mac_sign, SMB_SIG_SIZE); 157 unsigned char mac_sign[SMB_SIG_SIZE]; 164 if (memcmp(sign_ctx->ssc_sign, mac_sign, SMB_SIG_SIZE) == 0) 182 unsigned char mac_sign[SMB_SIG_SIZE]; 189 (void) memcpy(buf + SMB_SIG_OFFS, mac_sign, SMB_SIG_SIZE);
|
H A D | libsmb.h | 768 #define SMB_SIG_SIZE 8 /* SMB signature size */ macro 812 unsigned char ssc_sign[SMB_SIG_SIZE];
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_signing.c | 135 bcopy(digest, signature, SMB_SIG_SIZE); 178 bzero(sigloc, SMB_SIG_SIZE); 190 uint8_t sigbuf[SMB_SIG_SIZE]; 235 if (bcmp(sigbuf, sigloc, SMB_SIG_SIZE) == 0) 247 if (bcmp(sigbuf, sigloc, SMB_SIG_SIZE) == 0) 250 if (bcmp(sigbuf, sigloc, SMB_SIG_SIZE) == 0) {
|
Completed in 27 milliseconds