1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00
hashcat/include
Jens Steube 6ba0eb8b39 Get rid of exit() calls in OpenCL wrapper library with the goal to have a better control which error can be ignored under special circumstances
Note, not all return codes from some of the subfunctions are uset yet, it would be too much changes at once
This is a preparation for https://github.com/hashcat/hashcat/issues/416
2016-07-10 13:23:06 +02:00
..
common.h Replace LINUX macro with compiler predefined macro __linux__ 2016-07-08 23:23:16 +02:00
cpu-aes.c Prepare fix for datatypes, not final 2016-01-15 17:16:43 +01:00
cpu-aes.h Prepare fix for datatypes, not final 2016-01-15 17:16:43 +01:00
cpu-crc32.h Initial commit 2015-12-04 15:47:52 +01:00
cpu-des.c Prepare fix for datatypes, not final 2016-01-15 17:16:43 +01:00
cpu-md5.c Initial commit 2015-12-04 15:47:52 +01:00
cpu-md5.h Generate a more easy to read filename for cached kernels 2016-01-04 20:56:15 +01:00
cpu-sha1.c First working version of -m 13500 2016-04-26 22:45:23 +02:00
cpu-sha256.c Initial commit 2015-12-04 15:47:52 +01:00
ext_ADL.h Set fanspeed to automatic on shutdown 2016-06-26 20:18:46 +02:00
ext_nvapi.h Fix reset to automatic for NvAPI 2016-06-26 20:41:11 +02:00
ext_nvml.h Fix calling conventions for external libraries (mingw doesn't handle it alone); Fix first print of PROMPT after autotune; 2016-06-04 00:54:28 +02:00
ext_OpenCL.h Get rid of exit() calls in OpenCL wrapper library with the goal to have a better control which error can be ignored under special circumstances 2016-07-10 13:23:06 +02:00
ext_xnvctrl.h Added support for XNVCTRL on Linux to add support for --gpu-temp-retain for NVidia GPU 2016-06-18 10:59:58 +02:00
rp_cpu.h Initial commit 2015-12-04 15:47:52 +01:00
rp_kernel_on_cpu.h Move files from include/ to OpenCL/ if they are used within kernels 2016-05-25 23:04:26 +02:00
shared.h Replace DARWIN macro with __APPLE__ 2016-07-08 23:14:57 +02:00
types.h Make use of cl_context_properties[] to clCreateContext(), even if OpenCL specification allow the use of NULL, some runtimes fail without 2016-07-08 14:38:57 +02:00