Home
last modified time | relevance | path

Searched refs:hashes_count_max (Results 1 – 3 of 3) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dinterface.c92 …hashconfig->hashes_count_max = default_hashes_count_max (hashconfig, user_options, u… in hashconfig_init()
414 …if (module_ctx->module_hashes_count_max != MODULE_DEFAULT) hashconfig->hashes_count_max in hashconfig_init()
712 const u32 hashes_count_max = 0xffffffff; in default_hashes_count_max() local
714 return hashes_count_max; in default_hashes_count_max()
H A Dhashcat.c626 if (hashes->digests_cnt > hashconfig->hashes_count_max) in outer_loop()
628 …t_ctx, "Too many hashes loaded - maximum is %u for this hash-mode.", hashconfig->hashes_count_max); in outer_loop()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1008 u32 hashes_count_max; member