Home
last modified time | relevance | path

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

/linux-5.19.10/fs/smbfs_common/
Dsmb2pdu.h408 #define SMB311_SALT_SIZE 32 macro
446 __u8 Salt[SMB311_SALT_SIZE];
/linux-5.19.10/fs/cifs/
Dsmb2pdu.c440 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
441 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()
/linux-5.19.10/fs/ksmbd/
Dsmb2pdu.c740 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
741 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()