37 #if LWIP_INCLUDED_POLARSSL_MD4
39 #ifndef LWIP_INCLUDED_POLARSSL_MD4_H
40 #define LWIP_INCLUDED_POLARSSL_MD4_H
47 unsigned long total[2];
48 unsigned long state[4];
62 void md4_starts( md4_context *ctx );
71 void md4_update( md4_context *ctx,
const unsigned char *input,
int ilen );
79 void md4_finish( md4_context *ctx,
unsigned char output[16] );
88 void md4(
unsigned char *input,
int ilen,
unsigned char output[16] );