Searched refs:SMB2_PREAUTH_HASH_SIZE (Results 1 – 4 of 4) sorted by relevance
692 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];887 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
804 SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
631 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()632 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()750 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()1363 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()
263 #define SMB2_PREAUTH_HASH_SIZE 64 macro