1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-09 09:33:06 +00:00
hashcat/OpenCL/inc_comp_single.cl
Jens Steube 2899f53a15 Move files from include/ to OpenCL/ if they are used within kernels
Rename includes in OpenCL so that it's easier to recognize them as such
2016-05-25 23:04:26 +02:00

13 lines
290 B
Common Lisp

if ((r0 == search[0])
&& (r1 == search[1])
&& (r2 == search[2])
&& (r3 == search[3]))
{
const u32 final_hash_pos = digests_offset + 0;
if (atomic_inc (&hashes_shown[final_hash_pos]) == 0)
{
mark_hash (plains_buf, d_return_buf, salt_pos, 0, final_hash_pos, gid, il_pos);
}
}