ReactOS 0.4.16-dev-1044-ga6558c0
md4.h
Go to the documentation of this file.
1
36#include "netif/ppp/ppp_opts.h"
37#if LWIP_INCLUDED_POLARSSL_MD4
38
39#ifndef LWIP_INCLUDED_POLARSSL_MD4_H
40#define LWIP_INCLUDED_POLARSSL_MD4_H
41
45typedef struct
46{
47 unsigned long total[2];
48 unsigned long state[4];
49 unsigned char buffer[64];
50}
52
53#ifdef __cplusplus
54extern "C" {
55#endif
56
63
71void md4_update( md4_context *ctx, const unsigned char *input, int ilen );
72
79void md4_finish( md4_context *ctx, unsigned char output[16] );
80
88void md4( unsigned char *input, int ilen, unsigned char output[16] );
89
90
91#ifdef __cplusplus
92}
93#endif
94
95#endif /* LWIP_INCLUDED_POLARSSL_MD4_H */
96
97#endif /* LWIP_INCLUDED_POLARSSL_MD4 */
static int state
Definition: maze.c:121
#define md4_update
Definition: compat-1.3.h:2033
#define md4_finish
Definition: compat-1.3.h:2026
#define md4
Definition: compat-1.3.h:2024
#define md4_context
Definition: compat-1.3.h:2025
#define md4_starts
Definition: compat-1.3.h:2032
size_t total
GLuint buffer
Definition: glext.h:5915
GLenum GLenum GLenum input
Definition: glext.h:9031