Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2pdu.h221 #define SMB311_SALT_SIZE 32 macro
232 __u8 Salt[SMB311_SALT_SIZE];
Dsmb2pdu.c322 pneg_ctxt->SaltLength = cpu_to_le16(SMB311_SALT_SIZE); in build_preauth_ctxt()
323 get_random_bytes(pneg_ctxt->Salt, SMB311_SALT_SIZE); in build_preauth_ctxt()