Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h477 __le16 SaltLength; member
/linux/fs/smb/client/
H A Dsmb2pdu.c591 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
780 } else if (len < MIN_PREAUTH_CTXT_DATA_LEN + le16_to_cpu(ctxt->SaltLength)) { in decode_preauth_context()
/linux/fs/smb/server/
H A Dsmb2pdu.c776 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()