Home
last modified time | relevance | path

Searched refs:picap_salt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c120 uint8_t picap_salt[SMB31_PREAUTH_CTX_SALT_LEN]; member
321 sizeof (picap->picap_salt), in smb31_decode_neg_ctxs()
322 &picap->picap_salt[0]); /* w */ in smb31_decode_neg_ctxs()
425 uint16_t salt_len = sizeof (picap->picap_salt); in smb31_encode_neg_ctxs()
440 (void) random_get_pseudo_bytes(picap->picap_salt, salt_len); in smb31_encode_neg_ctxs()
456 picap->picap_salt); in smb31_encode_neg_ctxs()