PHP_MD2_CTX        51 hash/hash_md.c 	sizeof(PHP_MD2_CTX)
PHP_MD2_CTX       629 hash/hash_md.c PHP_HASH_API void PHP_MD2Init(PHP_MD2_CTX *context)
PHP_MD2_CTX       631 hash/hash_md.c 	memset(context, 0, sizeof(PHP_MD2_CTX));
PHP_MD2_CTX       634 hash/hash_md.c static void MD2_Transform(PHP_MD2_CTX *context, const unsigned char *block)
PHP_MD2_CTX       657 hash/hash_md.c PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, unsigned int len)
PHP_MD2_CTX       688 hash/hash_md.c PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *context)
PHP_MD2_CTX        96 hash/php_hash_md.h PHP_HASH_API void PHP_MD2Init(PHP_MD2_CTX *context);
PHP_MD2_CTX        97 hash/php_hash_md.h PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *, unsigned int);
PHP_MD2_CTX        98 hash/php_hash_md.h PHP_HASH_API void PHP_MD2Final(unsigned char[16], PHP_MD2_CTX *);