Searched refs:MB_MZERO (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 194 mb_put_mem(mbp, NULL, SMB2_HDRLEN, MB_MZERO); in smb_rq_new() 209 mb_put_mem(mbp, NULL, SMB_HDRLEN, MB_MZERO); in smb_rq_new() 242 mb_put_mem(mbp, NULL, 8, MB_MZERO); /* MAC sig. (later) */ in smb_rq_fillhdr() 1160 error = mb_put_mem(mbp, NULL, nmsize, MB_MZERO); in smb_t2_request_int() 1166 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int() 1175 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int() 1242 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int() 1250 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_t2_request_int() 1383 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_nt_request_int() 1392 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); in smb_nt_request_int() [all …]
|
H A D | smb3_crypt.c | 180 mb_put_mem(mbp, NULL, SMB2_SIG_SIZE, MB_MZERO); // signature (later) in smb3_msg_encrypt() 298 md_get_mem(mdp, NULL, SMB2_SIG_SIZE, MB_MZERO); // signature in smb3_msg_decrypt() 299 md_get_mem(mdp, NULL, SMB2_SIG_SIZE, MB_MZERO); // nonce in smb3_msg_decrypt()
|
H A D | subr_mchain.c | 544 case MB_MZERO: in mb_put_mem()
|
/illumos-gate/usr/src/uts/common/netsmb/ |
H A D | mchain.h | 180 #define MB_MZERO 3 /* bzero(), mb_put_mem only */ macro
|