Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c130 uint16_t encap_cipher_count; member
381 &encap->encap_cipher_count); /* w */ in smb31_decode_neg_ctxs()
383 if (rc != 0 || encap->encap_cipher_count > in smb31_decode_neg_ctxs()
396 encap->encap_cipher_count, in smb31_decode_neg_ctxs()
516 out_caps->encap_cipher_count = 1; in smb31_process_encrypt_caps()
522 for (int i = 0; i < in_caps->encap_cipher_count; i++) { in smb31_process_encrypt_caps()
662 ASSERT3U(encap->encap_cipher_count, ==, 1); in smb31_encode_neg_ctxs()
665 encap->encap_cipher_count, /* cipher count */ in smb31_encode_neg_ctxs()
1066 if (encap->encap_cipher_count != 0) in smb2_negotiate_common()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb3_negctx.c64 uint16_t encap_cipher_count; member
362 rc = md_get_uint16le(mdp, &encap->encap_cipher_count); in smb3_negctxs_decode()
363 if (rc != 0 || encap->encap_cipher_count != 1) { in smb3_negctxs_decode()