Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/
H A Duser_options.c67 {"hex-charset", no_argument, NULL, IDX_HEX_CHARSET},
451 …case IDX_HEX_CHARSET: user_options->hex_charset = true; … in user_options_getopt()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h742 IDX_HEX_CHARSET = 0xff1b, enumerator
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c13853 #define IDX_HEX_CHARSET 1008 in main() macro
13916 {"hex-charset", no_argument, 0, IDX_HEX_CHARSET}, in main()
14005 case IDX_HEX_CHARSET: hex_charset = 1; break; in main()