Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2pdu.h300 __le16 CipherCount; /* AES-128-GCM and AES-128-CCM */ member
Dsmb2pdu.c493 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()
636 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()