Home
last modified time | relevance | path

Searched refs:potfile_disable (Results 1 – 25 of 46) sorted by relevance

12

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dpotfile.c123 if (user_options->potfile_disable == true) return 0; in potfile_init()
125 if (hashconfig->potfile_disable == true) return 0; in potfile_init()
193 if (hashconfig->potfile_disable == true) return 0; in potfile_read_open()
212 if (hashconfig->potfile_disable == true) return; in potfile_read_close()
224 if (hashconfig->potfile_disable == true) return 0; in potfile_write_open()
243 if (hashconfig->potfile_disable == true) return; in potfile_write_close()
256 if (hashconfig->potfile_disable == true) return; in potfile_write_append()
388 if (hashconfig->potfile_disable == true) return 0; in potfile_remove_parse()
H A Duser_options.c239 user_options->potfile_disable = POTFILE_DISABLE; in user_options_init()
392 …case IDX_POTFILE_DISABLE: user_options->potfile_disable = true; … in user_options_getopt()
977 if (user_options->potfile_disable == true) in user_options_sanity()
1359 if ((user_options->brain_client == true) && (user_options->potfile_disable == true)) in user_options_sanity()
1715 user_options->potfile_disable = true; in user_options_preprocess()
1739 user_options->potfile_disable = true; in user_options_preprocess()
1761 user_options->potfile_disable = true; in user_options_preprocess()
1948 user_options->potfile_disable = true; in user_options_preprocess()
3129 logfile_top_uint (user_options->potfile_disable); in user_options_logger()
H A Dinterface.c98 …hashconfig->potfile_disable = default_potfile_disable (hashconfig, user_options, u… in hashconfig_init()
421 …if (module_ctx->module_potfile_disable != MODULE_DEFAULT) hashconfig->potfile_disable in hashconfig_init()
698 const bool potfile_disable = false; in default_potfile_disable() local
700 return potfile_disable; in default_potfile_disable()
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_99999.c56 const bool potfile_disable = true; in module_potfile_disable() local
58 return potfile_disable; in module_potfile_disable()
H A Dmodule_09000.c177 const bool potfile_disable = true; in module_potfile_disable() local
179 return potfile_disable; in module_potfile_disable()
H A Dmodule_05200.c122 const bool potfile_disable = true; in module_potfile_disable() local
124 return potfile_disable; in module_potfile_disable()
H A Dmodule_06212.c88 const bool potfile_disable = true; in module_potfile_disable() local
90 return potfile_disable; in module_potfile_disable()
H A Dmodule_06221.c93 const bool potfile_disable = true; in module_potfile_disable() local
95 return potfile_disable; in module_potfile_disable()
H A Dmodule_06233.c97 const bool potfile_disable = true; in module_potfile_disable() local
99 return potfile_disable; in module_potfile_disable()
H A Dmodule_06211.c88 const bool potfile_disable = true; in module_potfile_disable() local
90 return potfile_disable; in module_potfile_disable()
H A Dmodule_06213.c88 const bool potfile_disable = true; in module_potfile_disable() local
90 return potfile_disable; in module_potfile_disable()
H A Dmodule_06222.c93 const bool potfile_disable = true; in module_potfile_disable() local
95 return potfile_disable; in module_potfile_disable()
H A Dmodule_06223.c93 const bool potfile_disable = true; in module_potfile_disable() local
95 return potfile_disable; in module_potfile_disable()
H A Dmodule_06231.c101 const bool potfile_disable = true; in module_potfile_disable() local
103 return potfile_disable; in module_potfile_disable()
H A Dmodule_06232.c101 const bool potfile_disable = true; in module_potfile_disable() local
103 return potfile_disable; in module_potfile_disable()
H A Dmodule_06241.c101 const bool potfile_disable = true; in module_potfile_disable() local
103 return potfile_disable; in module_potfile_disable()
H A Dmodule_06243.c101 const bool potfile_disable = true; in module_potfile_disable() local
103 return potfile_disable; in module_potfile_disable()
H A Dmodule_13711.c113 const bool potfile_disable = true; in module_potfile_disable() local
115 return potfile_disable; in module_potfile_disable()
H A Dmodule_13712.c113 const bool potfile_disable = true; in module_potfile_disable() local
115 return potfile_disable; in module_potfile_disable()
H A Dmodule_13731.c103 const bool potfile_disable = true; in module_potfile_disable() local
105 return potfile_disable; in module_potfile_disable()
H A Dmodule_13741.c122 const bool potfile_disable = true; in module_potfile_disable() local
124 return potfile_disable; in module_potfile_disable()
H A Dmodule_13742.c122 const bool potfile_disable = true; in module_potfile_disable() local
124 return potfile_disable; in module_potfile_disable()
H A Dmodule_13743.c122 const bool potfile_disable = true; in module_potfile_disable() local
124 return potfile_disable; in module_potfile_disable()
H A Dmodule_06242.c101 const bool potfile_disable = true; in module_potfile_disable() local
103 return potfile_disable; in module_potfile_disable()
H A Dmodule_13733.c103 const bool potfile_disable = true; in module_potfile_disable() local
105 return potfile_disable; in module_potfile_disable()

12