Searched refs:MD4_SIZE (Results 1 – 2 of 2) sorted by relevance
58 char final[MD4_SIZE*2 + 1]; in crypt_nthash()59 u_char hash[MD4_SIZE]; in crypt_nthash()74 for (i = j = 0; i < MD4_SIZE; i++) { in crypt_nthash()82 strncat(passwd, final, MD4_SIZE*2); in crypt_nthash()
32 #define MD4_SIZE 16 macro