Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h431 #define SMB311_SALT_SIZE 32 macro
469 __u8 Salt[SMB311_SALT_SIZE];
/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()
580 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()
/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()
785 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()
893 * sizeof(smb2_preauth_neg_context) assumes SMB311_SALT_SIZE Salt, in decode_preauth_ctxt()

Completed in 23 milliseconds