Initial commit
[hashcat.git] / amd / check_single_vect1_comp4.c
1 if ((r0 == search[0])
2 && (r1 == search[1])
3 && (r2 == search[2])
4 && (r3 == search[3]))
5 {
6 const u32 final_hash_pos = digests_offset + 0;
7
8 if (atomic_add (&hashes_shown[final_hash_pos], 1) == 0)
9 {
10 mark_hash_s0 (plains_buf, hashes_shown, final_hash_pos, gid, il_pos);
11
12 d_return_buf[lid] = 1;
13 }
14 }