Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h372 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
Dsmb2pdu.c464 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
468 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()
474 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
635 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h304 __le16 CipherCount; /* AES-128-GCM and AES-128-CCM by default */ member
Dsmb2pdu.c752 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
893 int cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt()