1
mirror of https://github.com/hashcat/hashcat synced 2025-03-04 18:23:02 +01:00

Fix -m 7800 and -m 7801 on CPU

This commit is contained in:
Jens Steube 2020-03-04 15:19:55 +01:00
parent b6feddd81f
commit 9f9ed78ca7
6 changed files with 16 additions and 16 deletions

@ -152,7 +152,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -457,7 +457,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

@ -150,7 +150,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -519,7 +519,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

@ -626,7 +626,7 @@ KERNEL_FQ void m07800_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -711,7 +711,7 @@ KERNEL_FQ void m07800_m08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -800,7 +800,7 @@ KERNEL_FQ void m07800_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -885,7 +885,7 @@ KERNEL_FQ void m07800_s08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

@ -152,7 +152,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -457,7 +457,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_RULES ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

@ -150,7 +150,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -519,7 +519,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif

@ -626,7 +626,7 @@ KERNEL_FQ void m07801_m04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -711,7 +711,7 @@ KERNEL_FQ void m07801_m08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -800,7 +800,7 @@ KERNEL_FQ void m07801_s04 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif
@ -885,7 +885,7 @@ KERNEL_FQ void m07801_s08 (KERN_ATTR_BASIC ())
#else
CONSTANT_AS u32a *s_theMagicArray = theMagicArray;
CONSTANT_AS u32a (*s_theMagicArray)[16] = theMagicArray;
#endif