PHP_MD4_CTX 41 hash/hash_md.c sizeof(PHP_MD4_CTX) PHP_MD4_CTX 527 hash/hash_md.c PHP_HASH_API void PHP_MD4Init(PHP_MD4_CTX * context) PHP_MD4_CTX 544 hash/hash_md.c PHP_HASH_API void PHP_MD4Update(PHP_MD4_CTX * context, const unsigned char *input, unsigned int inputLen) PHP_MD4_CTX 583 hash/hash_md.c PHP_HASH_API void PHP_MD4Final(unsigned char digest[16], PHP_MD4_CTX * context) PHP_MD4_CTX 84 hash/php_hash_md.h PHP_HASH_API void PHP_MD4Init(PHP_MD4_CTX *); PHP_MD4_CTX 85 hash/php_hash_md.h PHP_HASH_API void PHP_MD4Update(PHP_MD4_CTX *context, const unsigned char *, unsigned int); PHP_MD4_CTX 86 hash/php_hash_md.h PHP_HASH_API void PHP_MD4Final(unsigned char[16], PHP_MD4_CTX *);