Rename hash_management.c to hashes.c

pull/526/head
jsteube 8 years ago
parent ed571a3ec8
commit a5800b41f4

@ -163,7 +163,7 @@ LFLAGS_CROSS_WIN := -lpsapi
## Objects
##
OBJS_ALL := affinity autotune benchmark bitmap bitops combinator common convert cpt cpu_aes cpu_crc32 cpu_des cpu_md5 cpu_sha1 cpu_sha256 data debugfile dictstat dispatch dynloader ext_ADL ext_nvapi ext_nvml ext_OpenCL ext_xnvctrl filehandling folder hash_management hlfmt hwmon induct interface locking logfile logging loopback memory monitor mpsp opencl outfile_check outfile potfile restore rp rp_cpu rp_kernel_on_cpu shared status stdout straight terminal thread timer tuningdb usage user_options weak_hash wordlist
OBJS_ALL := affinity autotune benchmark bitmap bitops combinator common convert cpt cpu_aes cpu_crc32 cpu_des cpu_md5 cpu_sha1 cpu_sha256 data debugfile dictstat dispatch dynloader ext_ADL ext_nvapi ext_nvml ext_OpenCL ext_xnvctrl filehandling folder hashes hlfmt hwmon induct interface locking logfile logging loopback memory monitor mpsp opencl outfile_check outfile potfile restore rp rp_cpu rp_kernel_on_cpu shared status stdout straight terminal thread timer tuningdb usage user_options weak_hash wordlist
NATIVE_OBJS := $(foreach OBJ,$(OBJS_ALL),obj/$(OBJ).NATIVE.o)

@ -20,7 +20,7 @@
#include "opencl.h"
#include "hwmon.h"
#include "restore.h"
#include "hash_management.h"
#include "hashes.h"
#include "rp_cpu.h"
#include "terminal.h"
#include "mpsp.h"

@ -30,7 +30,7 @@
#include "debugfile.h"
#include "dictstat.h"
#include "dispatch.h"
#include "hash_management.h"
#include "hashes.h"
#include "hwmon.h"
#include "induct.h"
#include "interface.h"

@ -22,7 +22,7 @@
#include "opencl.h"
#include "hwmon.h"
#include "restore.h"
#include "hash_management.h"
#include "hashes.h"
#include "filehandling.h"
#include "outfile.h"
#include "potfile.h"

@ -21,7 +21,7 @@
#include "opencl.h"
#include "hwmon.h"
#include "restore.h"
#include "hash_management.h"
#include "hashes.h"
#include "outfile.h"
#include "potfile.h"
#include "debugfile.h"

@ -22,7 +22,7 @@
#include "interface.h"
#include "wordlist.h"
#include "shared.h"
#include "hash_management.h"
#include "hashes.h"
#include "cpu_md5.h"
#include "opencl.h"

@ -7,7 +7,7 @@
#include "types.h"
#include "logging.h"
#include "interface.h"
#include "hash_management.h"
#include "hashes.h"
#include "outfile.h"
void outfile_init (outfile_ctx_t *outfile_ctx, const user_options_t *user_options)

@ -22,7 +22,7 @@
#include "opencl.h"
#include "hwmon.h"
#include "restore.h"
#include "hash_management.h"
#include "hashes.h"
#include "outfile.h"
#include "potfile.h"
#include "debugfile.h"

@ -20,7 +20,7 @@
#include "opencl.h"
#include "hwmon.h"
#include "restore.h"
#include "hash_management.h"
#include "hashes.h"
#include "outfile.h"
#include "potfile.h"
#include "debugfile.h"

@ -20,7 +20,7 @@
#include "opencl.h"
#include "hwmon.h"
#include "restore.h"
#include "hash_management.h"
#include "hashes.h"
#include "rp_cpu.h"
#include "terminal.h"
#include "mpsp.h"

@ -14,7 +14,7 @@
#include "tuningdb.h"
#include "thread.h"
#include "opencl.h"
#include "hash_management.h"
#include "hashes.h"
static int sort_by_tuning_db_alias (const void *v1, const void *v2)
{

@ -7,7 +7,7 @@
#include "types.h"
#include "logging.h"
#include "opencl.h"
#include "hash_management.h"
#include "hashes.h"
#include "weak_hash.h"
void weak_hash_check (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, const user_options_t *user_options, const user_options_extra_t *user_options_extra, const straight_ctx_t *straight_ctx, const combinator_ctx_t *combinator_ctx, hashconfig_t *hashconfig, hashes_t *hashes, cpt_ctx_t *cpt_ctx, status_ctx_t *status_ctx, const uint salt_pos)

Loading…
Cancel
Save