Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbrain.c237 if (user_options->rule_buf_r) in brain_compute_attack()
239 const char *rule_buf_r = user_options->rule_buf_r; in brain_compute_attack() local
241 XXH64_update (state, rule_buf_r, strlen (rule_buf_r)); in brain_compute_attack()
287 if (user_options->rule_buf_r) in brain_compute_attack()
289 const char *rule_buf_r = user_options->rule_buf_r; in brain_compute_attack() local
291 XXH64_update (state, rule_buf_r, strlen (rule_buf_r)); in brain_compute_attack()
437 if (user_options->rule_buf_r) in brain_compute_attack()
439 const char *rule_buf_r = user_options->rule_buf_r; in brain_compute_attack() local
441 XXH64_update (state, rule_buf_r, strlen (rule_buf_r)); in brain_compute_attack()
534 const char *rule_buf_r = user_options->rule_buf_r; in brain_compute_attack() local
[all …]
H A Dcombinator.c251 user_options->rule_buf_l = user_options->rule_buf_r; in combinator_ctx_init()
252 user_options->rule_buf_r = tmpc; in combinator_ctx_init()
H A Dslow_candidates.c300 if (run_rule_engine ((int) user_options_extra->rule_len_r, user_options->rule_buf_r)) in slow_candidates_next()
308 …const int rule_len_out = _old_apply_rule (user_options->rule_buf_r, (int) user_options_extra->rule… in slow_candidates_next()
H A Duser_options.c255 user_options->rule_buf_r = RULE_BUF_R; in user_options_init()
439 …case IDX_RULE_BUF_R: user_options->rule_buf_r = optarg; … in user_options_getopt()
2131 user_options_extra->rule_len_r = (int) strlen (user_options->rule_buf_r); in user_options_extra_init()
3079 logfile_top_string (user_options->rule_buf_r); in user_options_logger()
H A Dbackend.c6444 if (run_rule_engine (user_options_extra->rule_len_r, user_options->rule_buf_r)) in run_cracker()
6450 …const int rule_len_out = _old_apply_rule (user_options->rule_buf_r, user_options_extra->rule_len_r… in run_cracker()
6614 if (run_rule_engine (user_options_extra->rule_len_r, user_options->rule_buf_r)) in run_cracker()
6620 …const int rule_len_out = _old_apply_rule (user_options->rule_buf_r, user_options_extra->rule_len_r… in run_cracker()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h2199 const char *rule_buf_r; member