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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_signing.h39 #define SMB2_SIG_SIZE 16 macro
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c49 #define SMB2_SIG_SIZE 16 macro
113 sign_key->len = SMB2_SIG_SIZE;
184 bzero(tmp_hdr + SMB2_SIG_OFFS, SMB2_SIG_SIZE);
235 * Note: digest is _always_ SMB2_SIG_SIZE,
260 uint8_t req_sig[SMB2_SIG_SIZE];
261 uint8_t vfy_sig[SMB2_SIG_SIZE];
275 if (smb_mbc_peek(mbc, sig_off, "#c", SMB2_SIG_SIZE, req_sig) != 0)
283 if (memcmp(vfy_sig, req_sig, SMB2_SIG_SIZE) != 0) {
301 uint8_t reply_sig[SMB2_SIG_SIZE];
324 SMB2_SIG_SIZE, reply_si
[all...]

Completed in 62 milliseconds