Searched refs:SMB2_PREAUTH_HASH_SIZE (Results 1 – 4 of 4) sorted by relevance
757 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];990 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
815 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
813 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()814 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()939 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()1567 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()
277 #define SMB2_PREAUTH_HASH_SIZE 64 macro