Home
last modified time | relevance | path

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

/linux/fs/smbfs_common/
A Dsmb2pdu.h407 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
/linux/fs/cifs/
A Dsmb2pdu.c467 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
471 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()
477 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
638 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
/linux/fs/ksmbd/
A Dsmb2pdu.c750 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
891 int cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt()

Completed in 27 milliseconds