Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h485 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c482 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
486 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()
492 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
676 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c798 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
924 cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt()