Commit Graph

15 Commits (2e4423021adbd54d9252d6ebc293f1180eb68885)

Author SHA1 Message Date
Jens Steube 0fb3b3c83e Declare internal functions in OpenCL kernels as static
6 years ago
jsteube e80b1838e8 Rename some functions in inc_common.cl to avoid conflicts with bitops.c
6 years ago
jsteube adeeaee84a Replace __kernel, __constant, __global and __local qualifiers with macro for better control
6 years ago
jsteube c9d60c079f Prepare OpenCL kernels for non-static compilation
6 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
6 years ago
jsteube 218322f630 Support for inline VeraCrypt PIM Brute-Force
6 years ago
Jens Steube 34850df1c0 Fix datatypes in -m 2501 and -m 16801
6 years ago
Jens Steube 4bce25dd9d Move remaining module specific typedefs and structures from inc_types.cl to kernels
6 years ago
jsteube dc9279c95c New Strategy: Instead of using volatile, mark the mode as unstable. Remove all volatiles
6 years ago
R. Yushaev 5de004103a Replace kernel parameter lists with macros
6 years ago
R. Yushaev b80ada1d65 Unify esalt_bufs parameter declarations
6 years ago
jsteube 68bff94980 Workaround rocm OpenCL runtime bug when copy data from constant to local memory
6 years ago
jsteube 88ebca40b8 Added hash-mode 16800 = WPA-PMKID-PBKDF2
6 years ago
Jens Steube 02a2495349 Switched array pointer types in function declarations in order to be compatible with OpenCL 2.0
6 years ago
jsteube 32d6b3e10e OpenCL kernels: Add '-pure' prefix to kernel filenames to avoid problems caused by reusing existing hashcat installation folder
6 years ago