Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h441 #define SMB311_SALT_SIZE 32 macro
479 __u8 Salt[SMB311_SALT_SIZE];
/linux-6.12.1/fs/smb/client/
Dsmb2pdu.c597 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
598 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()
/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c772 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
773 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()