Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Duser_options.c502 … user_options->increment_max_chgd = true; break; in user_options_getopt()
830 if ((user_options->increment == false) && (user_options->increment_max_chgd == true)) in user_options_sanity()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h2101 bool increment_max_chgd; member
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c13975 int increment_max_chgd = 0; in main() local
14034 increment_max_chgd = 1; break; in main()
14273 if ((increment == 0) && (increment_max_chgd == 1)) in main()