Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h374 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
Dsmb2pdu.c457 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()
461 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()
467 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
614 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()