Home
last modified time | relevance | path

Searched refs:hex_charset (Results 1 – 6 of 6) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbrain.c300 const int hex_charset = user_options->hex_charset; in brain_compute_attack() local
302 XXH64_update (state, &hex_charset, sizeof (hex_charset)); in brain_compute_attack()
359 const int hex_charset = user_options->hex_charset; in brain_compute_attack() local
361 XXH64_update (state, &hex_charset, sizeof (hex_charset)); in brain_compute_attack()
454 const int hex_charset = user_options->hex_charset; in brain_compute_attack() local
456 XXH64_update (state, &hex_charset, sizeof (hex_charset)); in brain_compute_attack()
H A Duser_options.c205 user_options->hex_charset = HEX_CHARSET; in user_options_init()
451 …case IDX_HEX_CHARSET: user_options->hex_charset = true; … in user_options_getopt()
3100 logfile_top_uint (user_options->hex_charset); in user_options_logger()
H A Dinterface.c280 if (user_options->hex_charset) in hashconfig_init()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dcommon.h574 uint32_t hex_charset; member
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h2131 bool hex_charset; member
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c821 if (status_info.engine_parameter->hex_charset) in mp_expand()
925 if (status_info.engine_parameter->hex_charset) in mp_gen_css()
968 if (status_info.engine_parameter->hex_charset) in mp_cut_at()
13791 uint32_t hex_charset = HEX_CHARSET; in main() local
14005 case IDX_HEX_CHARSET: hex_charset = 1; break; in main()
14740 engine_parameter->hex_charset = hex_charset; in main()