Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl

This commit is contained in:
jsteube
2019-03-21 23:00:38 +01:00
parent 59ecdbd319
commit 7d4bea41a0
913 changed files with 4778 additions and 20304 deletions
+2 -6
View File
@@ -130,9 +130,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
digest[2] = 0;
digest[3] = 0;
u32 tt;
IP (digest[0], digest[1], tt);
DES_IP (digest[0], digest[1]);
return (PARSER_OK);
}
@@ -151,9 +149,7 @@ int module_hash_encode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
tmp[2] = 0;
tmp[3] = 0;
u32 tt;
FP (tmp[1], tmp[0], tt);
DES_FP (tmp[1], tmp[0]);
u8 *out_buf = (u8 *) line_buf;