Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/extra/tab_completion/
H A Dhashcat.sh422 local WORKLOAD_PROFILE="1 2 3 4"
491 COMPREPLY=($(compgen -W "${WORKLOAD_PROFILE}" -- ${cur}))
679 local workload_profile_var="$(echo -n "-w ${WORKLOAD_PROFILE}" | sed 's/ / -w/g')"
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h696 WORKLOAD_PROFILE = 2, enumerator
/dports/security/hashcat/hashcat-6.2.5/src/
H A Duser_options.c280 user_options->workload_profile = WORKLOAD_PROFILE; in user_options_init()