Commit Graph

16 Commits (8d6622ce80cb82b64dfdfe24458797d4088c9e46)

Author SHA1 Message Date
Gabriele Gristina 9d36245d51 Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime
2 years ago
Jens Steube c07f9c19c7 Reorder the TC/VC/DC header checks
5 years ago
Jens Steube d0bd33c9d1 Rename CONSTANT_AS to CONSTANT_VK
5 years ago
Jens Steube 89119bf24a Add missing inc_platform.h include
5 years ago
jsteube 9ced13cc94 Get rid of CONSTSPEC macro in OpenCL kernels
5 years ago
Jens Steube 4115e6b825 Update some unstable_warning on Intel CPU
5 years ago
jsteube 5b667d2c01 Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c
5 years ago
jsteube 977199698f Move some macros from .h to .cl sources
5 years ago
jsteube e80b1838e8 Rename some functions in inc_common.cl to avoid conflicts with bitops.c
5 years ago
jsteube adeeaee84a Replace __kernel, __constant, __global and __local qualifiers with macro for better control
5 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
5 years ago
jsteube a063e9ef62 Remove automatic unrolling on some ciphers and replace with manually unrolled code
5 years ago
jsteube 85452e12be Fix inc_cipher_des.cl for vector use
5 years ago
jsteube 84d6b8ecc1 Add function prototypes in OpenCL kernels to make some compilers happy
5 years ago
jsteube ce32d57f9b Make use of inc_cipher_des.cl in -m 3100
5 years ago
jsteube aeb570ca8b Add inc_cipher_des.cl and make use of SHM_TYPE
5 years ago