Home
last modified time | relevance | path

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

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dengine.h454 #define MYSQL_AUTH_SIGN 9 macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dhashcat-cli.c5866 int expected_line_len = MYSQL_AUTH_SIGN + SALT_SIZE_MYSQL_AUTH + 1 + HASH_SIZE_SHA1; in parse_hash_line()
5868 … if (memcmp (line_buf, MYSQL_AUTH_MAGIC, MYSQL_AUTH_SIGN) != 0) return (LINE_SIGNATURE_UNMATCHED); in parse_hash_line()
5872 char *salt_pos = line_buf + MYSQL_AUTH_SIGN; in parse_hash_line()