Searched defs:MD4_CTX (Results 1 - 9 of 9) sorted by relevance

/external/ppp/pppd/
H A Dmd4.h26 } MD4_CTX; typedef in typeref:struct:__anon10598
28 /* MD4Init(MD4_CTX *)
29 ** Initialize the MD4_CTX prepatory to doing a message digest
32 extern void MD4Init __P((MD4_CTX *MD));
46 extern void MD4Update __P((MD4_CTX *MD, unsigned char *X, unsigned int count));
54 extern void MD4Print __P((MD4_CTX *));
60 extern void MD4Final __P((unsigned char *, MD4_CTX *));
H A Dopenssl-hash.h36 #define MD4_CTX EVP_MD_CTX macro
/external/openssl/crypto/md4/
H A Dmd4.h106 } MD4_CTX; typedef in typeref:struct:MD4state_st
109 int private_MD4_Init(MD4_CTX *c);
111 int MD4_Init(MD4_CTX *c);
112 int MD4_Update(MD4_CTX *c, const void *data, size_t len);
113 int MD4_Final(unsigned char *md, MD4_CTX *c);
115 void MD4_Transform(MD4_CTX *c, const unsigned char *b);
/external/openssl/include/openssl/
H A Dmd4.h106 } MD4_CTX; typedef in typeref:struct:MD4state_st
109 int private_MD4_Init(MD4_CTX *c);
111 int MD4_Init(MD4_CTX *c);
112 int MD4_Update(MD4_CTX *c, const void *data, size_t len);
113 int MD4_Final(unsigned char *md, MD4_CTX *c);
115 void MD4_Transform(MD4_CTX *c, const unsigned char *b);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd4.c30 } MD4_CTX; typedef in typeref:struct:MD4Context
33 static void MD4Init(MD4_CTX *ctx);
34 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
35 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx);
40 MD4_CTX ctx;
103 static void MD4Init(MD4_CTX *ctx)
116 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
153 static void MD4Pad(MD4_CTX *ctx)
173 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c21 } MD4_CTX; typedef in typeref:struct:MD4Context
24 static void MD4Init(MD4_CTX *ctx);
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
26 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx);
31 MD4_CTX ctx;
95 static void MD4Init(MD4_CTX *ctx)
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
145 static void MD4Pad(MD4_CTX *ctx)
165 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx)
/external/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c21 } MD4_CTX; typedef in typeref:struct:MD4Context
24 static void MD4Init(MD4_CTX *ctx);
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
26 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx);
31 MD4_CTX ctx;
95 static void MD4Init(MD4_CTX *ctx)
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
145 static void MD4Pad(MD4_CTX *ctx)
165 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c21 } MD4_CTX; typedef in typeref:struct:MD4Context
24 static void MD4Init(MD4_CTX *ctx);
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
26 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx);
31 MD4_CTX ctx;
95 static void MD4Init(MD4_CTX *ctx)
108 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
145 static void MD4Pad(MD4_CTX *ctx)
165 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx)
/external/quake/quake/src/QW/client/
H A Dmd4.c55 } MD4_CTX; typedef in typeref:struct:__anon11956
57 void MD4Init (MD4_CTX *);
58 void MD4Update (MD4_CTX *, unsigned char *, unsigned int);
59 void MD4Final (unsigned char [16], MD4_CTX *);
117 void MD4Init (MD4_CTX *context)
129 void MD4Update (MD4_CTX *context, unsigned char *input, unsigned int inputLen)
164 void MD4Final (unsigned char digest[16], MD4_CTX *context)
288 MD4_CTX ctx;
301 MD4_CTX ctx;

Completed in 1119 milliseconds