Searched refs:SMB2_PREAUTH_HASH_SIZE (Results 1 – 5 of 5) sorted by relevance
44 __u8 Preauth_HashValue[SMB2_PREAUTH_HASH_SIZE];
800 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];1097 __u8 preauth_sha_hash[SMB2_PREAUTH_HASH_SIZE];
966 sha512_update(&sha_ctx, ses->preauth_sha_hash, SMB2_PREAUTH_HASH_SIZE); in smb311_update_preauth_hash()
1133 memset(server->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()1134 memset(ses->preauth_sha_hash, 0, SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()1288 SMB2_PREAUTH_HASH_SIZE); in SMB2_negotiate()2042 SMB2_PREAUTH_HASH_SIZE); in SMB2_sess_setup()
450 #define SMB2_PREAUTH_HASH_SIZE 64 macro