Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c462 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
466 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()
472 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
619 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
H A Dsmb2pdu.h373 /* CipherCount usally 2, but can be 3 when AES256-GCM enabled */
374 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c625 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
629 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()
635 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
819 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h484 /* CipherCount usally 2, but can be 3 when AES256-GCM enabled */
485 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c795 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
921 cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt()

Completed in 40 milliseconds