Home
last modified time | relevance | path

Searched refs:SaltLength (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.h342 * SaltLength that the server send can be zero, so the only three required
346 * HashAlgorithmCount, SaltLength, and 1 HashAlgorithm.
355 __le16 SaltLength; member
H A Dsmb2pdu.c438 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_LINUX_CLIENT_SALT_SIZE); in build_preauth_ctxt()
577 } else if (len < MIN_PREAUTH_CTXT_DATA_LEN + le16_to_cpu(ctxt->SaltLength)) { in decode_preauth_context()
578 pr_warn_once("server sent invalid SaltLength\n"); in decode_preauth_context()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h454 * SaltLength that the server send can be zero, so the only three required
458 * HashAlgorithmCount, SaltLength, and 1 HashAlgorithm.
467 __le16 SaltLength; member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c579 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
768 } else if (len < MIN_PREAUTH_CTXT_DATA_LEN + le16_to_cpu(ctxt->SaltLength)) { in decode_preauth_context()
769 pr_warn_once("server sent invalid SaltLength\n"); in decode_preauth_context()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c784 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()

Completed in 35 milliseconds