Initial commit
[hashcat.git] / amd / check_single_vect2_comp4_warp.c
1 if ((r0.s0 == search[0])
2 && (r1.s0 == search[1])
3 && (r2.s0 == search[2])
4 && (r3.s0 == search[3]))
5 {
6 const u32 final_hash_pos = digests_offset + 0;
7
8 if ((atomic_add (&hashes_shown[final_hash_pos], 1) == 0) && (check_vector_accessible (il_pos, bf_loops, bfs_cnt, 0) == 1))
9 {
10 mark_hash_s0_warp (plains_buf, hashes_shown, final_hash_pos, gid, il_pos);
11
12 d_return_buf[lid] = 1;
13 }
14 }
15
16 if ((r0.s1 == search[0])
17 && (r1.s1 == search[1])
18 && (r2.s1 == search[2])
19 && (r3.s1 == search[3]))
20 {
21 const u32 final_hash_pos = digests_offset + 0;
22
23 if ((atomic_add (&hashes_shown[final_hash_pos], 1) == 0) && (check_vector_accessible (il_pos, bf_loops, bfs_cnt, 1) == 1))
24 {
25 mark_hash_s1_warp (plains_buf, hashes_shown, final_hash_pos, gid, il_pos);
26
27 d_return_buf[lid] = 1;
28 }
29 }