Home
last modified time | relevance | path

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

/linux-6.1.9/fs/smbfs_common/
Dsmb2pdu.h462 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
/linux-6.1.9/fs/cifs/
Dsmb2pdu.c487 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
491 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()
497 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
668 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.c754 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
895 int cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt()