Home
last modified time | relevance | path

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

/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h408 #define SMB311_SALT_SIZE 32 macro
446 __u8 Salt[SMB311_SALT_SIZE];
/Linux-v6.1/fs/cifs/
Dsmb2pdu.c441 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
442 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()
/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.c743 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
744 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()