Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h466 __le16 HashAlgorithmCount; /* 1 */ member
/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c435 pneg_ctxt->HashAlgorithmCount = cpu_to_le16(1); in build_preauth_ctxt()
629 if (le16_to_cpu(ctxt->HashAlgorithmCount) != 1) in decode_preauth_context()
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c785 pneg_ctxt->HashAlgorithmCount = cpu_to_le16(1); in build_preauth_ctxt()