61 #define APR_MD4_DIGESTSIZE 16
96 #define apr_md4_set_xlate(context, xlate) APR_ENOTIMPL
107 const
unsigned char *input,
108 apr_size_t inputLen);
127 const
unsigned char *input,
128 apr_size_t inputLen);
#define APR_MD4_DIGESTSIZE
Definition: apr_md4.h:61
unsigned char buffer[64]
Definition: apr_md4.h:73
apr_status_t apr_md4(unsigned char digest[APR_MD4_DIGESTSIZE], const unsigned char *input, apr_size_t inputLen)
apr_status_t apr_md4_final(unsigned char digest[APR_MD4_DIGESTSIZE], apr_md4_ctx_t *context)
struct apr_xlate_t apr_xlate_t
Definition: apr_xlate.h:39
apr_status_t apr_md4_init(apr_md4_ctx_t *context)
apr_xlate_t * xlate
Definition: apr_md4.h:76
APR I18N translation library.
int apr_status_t
Definition: apr_errno.h:44
apr_status_t apr_md4_update(apr_md4_ctx_t *context, const unsigned char *input, apr_size_t inputLen)
apr_uint32_t state[4]
Definition: apr_md4.h:69
apr_uint32_t count[2]
Definition: apr_md4.h:71
apr_status_t apr_md4_set_xlate(apr_md4_ctx_t *context, apr_xlate_t *xlate)