Home
last modified time | relevance | path

Searched refs:OPTI_TYPE_REGISTER_LIMIT (Results 1 – 7 of 7) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_12400.c24 | OPTI_TYPE_REGISTER_LIMIT;
H A Dmodule_16600.c23 | OPTI_TYPE_REGISTER_LIMIT
H A Dmodule_10700.c24 | OPTI_TYPE_REGISTER_LIMIT;
H A Dmodule_07900.c23 | OPTI_TYPE_REGISTER_LIMIT
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h386 OPTI_TYPE_REGISTER_LIMIT = (1 << 20), // We'll limit the register count to 128 enumerator
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c10255 if (hashconfig->opti_type & OPTI_TYPE_REGISTER_LIMIT) in load_kernel()
10291 if (hashconfig->opti_type & OPTI_TYPE_REGISTER_LIMIT) in load_kernel()
10663 if (hashconfig->opti_type & OPTI_TYPE_REGISTER_LIMIT) in load_kernel()
/dports/security/hashcat/hashcat-6.2.5/docs/
H A Dhashcat-plugin-development-guide.md392 * OPTI_TYPE_REGISTER_LIMIT: This flag limits the maximum register counter to 128. This flag only ha…