Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user