Home
last modified time | relevance | path

Searched refs:MEDIAWIKI_B_SIGN (Results 1 – 2 of 2) sorted by relevance

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h429 #define MEDIAWIKI_B_SIGN 3 macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c5635 int min_line_len = MEDIAWIKI_B_SIGN + SALT_SIZE_MIN_MEDIAWIKI_B + 1 + HASH_SIZE_MEDIAWIKI_B_MIN; in parse_hash_line()
5636 int max_line_len = MEDIAWIKI_B_SIGN + SALT_SIZE_MAX_MEDIAWIKI_B + 1 + HASH_SIZE_MEDIAWIKI_B_MAX; in parse_hash_line()
5640 …if (memcmp (line_buf, MEDIAWIKI_B_MAGIC, MEDIAWIKI_B_SIGN) != 0) return (LINE_SIGNATURE_UNMATCHED); in parse_hash_line()
5642 char *salt_pos = line_buf + MEDIAWIKI_B_SIGN; in parse_hash_line()
5654 *hash_len = line_len - MEDIAWIKI_B_SIGN - *salt_len - 1; in parse_hash_line()