Searched refs:CipherCount (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2pdu.c637 pneg_ctxt->CipherCount = cpu_to_le16(1);
641 pneg_ctxt->CipherCount = cpu_to_le16(3);
647 pneg_ctxt->CipherCount = cpu_to_le16(2);
841 if (le16_to_cpu(ctxt->CipherCount) != 1) {
/linux-master/fs/smb/common/
H A Dsmb2pdu.h494 /* CipherCount usally 2, but can be 3 when AES256-GCM enabled */
495 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member in struct:smb2_encryption_neg_context
/linux-master/fs/smb/server/
H A Dsmb2pdu.c775 pneg_ctxt->CipherCount = cpu_to_le16(1);
901 cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount);

Completed in 152 milliseconds