mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
Merge pull request #2450 from philsmd/master
fix some further kernel declarations
This commit is contained in:
commit
b1b09dbec6
@ -10,10 +10,10 @@
|
|||||||
#include "inc_common.cl"
|
#include "inc_common.cl"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
KERNEL_FQ void m02000_mxx (KERN_ATTR_BASIC ())
|
KERNEL_FQ void m02000_mxx (KERN_ATTR_RULES ())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m02000_sxx (KERN_ATTR_BASIC ())
|
KERNEL_FQ void m02000_sxx (KERN_ATTR_RULES ())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#define uint_to_hex_lower8(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf])
|
#define uint_to_hex_lower8(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf])
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
KERNEL_FQ void m18500_mxx (KERN_ATTR_RULES ())
|
KERNEL_FQ void m18500_mxx (KERN_ATTR_BASIC ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
@ -144,7 +144,7 @@ KERNEL_FQ void m18500_mxx (KERN_ATTR_RULES ())
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m18500_sxx (KERN_ATTR_RULES ())
|
KERNEL_FQ void m18500_sxx (KERN_ATTR_BASIC ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
|
@ -24,7 +24,7 @@ typedef struct securezip
|
|||||||
|
|
||||||
} securezip_t;
|
} securezip_t;
|
||||||
|
|
||||||
KERNEL_FQ void m23002_mxx (KERN_ATTR_RULES_ESALT (securezip_t))
|
KERNEL_FQ void m23002_mxx (KERN_ATTR_ESALT (securezip_t))
|
||||||
{
|
{
|
||||||
const u64 gid = get_global_id (0);
|
const u64 gid = get_global_id (0);
|
||||||
const u64 lid = get_local_id (0);
|
const u64 lid = get_local_id (0);
|
||||||
@ -267,7 +267,7 @@ KERNEL_FQ void m23002_mxx (KERN_ATTR_RULES_ESALT (securezip_t))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m23002_sxx (KERN_ATTR_RULES_ESALT (securezip_t))
|
KERNEL_FQ void m23002_sxx (KERN_ATTR_ESALT (securezip_t))
|
||||||
{
|
{
|
||||||
const u64 gid = get_global_id (0);
|
const u64 gid = get_global_id (0);
|
||||||
const u64 lid = get_local_id (0);
|
const u64 lid = get_local_id (0);
|
||||||
|
@ -24,7 +24,7 @@ typedef struct securezip
|
|||||||
|
|
||||||
} securezip_t;
|
} securezip_t;
|
||||||
|
|
||||||
KERNEL_FQ void m23003_mxx (KERN_ATTR_RULES_ESALT (securezip_t))
|
KERNEL_FQ void m23003_mxx (KERN_ATTR_ESALT (securezip_t))
|
||||||
{
|
{
|
||||||
const u64 gid = get_global_id (0);
|
const u64 gid = get_global_id (0);
|
||||||
const u64 lid = get_local_id (0);
|
const u64 lid = get_local_id (0);
|
||||||
@ -269,7 +269,7 @@ KERNEL_FQ void m23003_mxx (KERN_ATTR_RULES_ESALT (securezip_t))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KERNEL_FQ void m23003_sxx (KERN_ATTR_RULES_ESALT (securezip_t))
|
KERNEL_FQ void m23003_sxx (KERN_ATTR_ESALT (securezip_t))
|
||||||
{
|
{
|
||||||
const u64 gid = get_global_id (0);
|
const u64 gid = get_global_id (0);
|
||||||
const u64 lid = get_local_id (0);
|
const u64 lid = get_local_id (0);
|
||||||
|
Loading…
Reference in New Issue
Block a user