Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c124 uint16_t encap_cipher_count; member
352 &encap->encap_cipher_count); /* w */ in smb31_decode_neg_ctxs()
353 if (rc != 0 || encap->encap_cipher_count > in smb31_decode_neg_ctxs()
364 encap->encap_cipher_count, in smb31_decode_neg_ctxs()
375 for (int k = 0; k < encap->encap_cipher_count; k++) { in smb31_decode_neg_ctxs()
463 if (encap->encap_cipher_count == 0) in smb31_encode_neg_ctxs()
847 if (encap->encap_cipher_count != 0) in smb2_negotiate_common()