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

/external/ppp/pppd/
H A Dmd4.h26 } MD4_CTX; typedef in typeref:struct:__anon16241
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 *));
/external/curl/lib/
H A Dmd4.c59 } MD4_CTX; typedef in typeref:struct:__anon3312
61 static void MD4_Init(MD4_CTX *ctx);
62 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size);
63 static void MD4_Final(unsigned char *result, MD4_CTX *ctx);
110 static const void *body(MD4_CTX *ctx, const void *data, unsigned long size)
199 static void MD4_Init(MD4_CTX *ctx)
210 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size)
244 static void MD4_Final(unsigned char *result, MD4_CTX *ctx)
299 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;
98 static void MD4Init(MD4_CTX *ctx)
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
148 static void MD4Pad(MD4_CTX *ctx)
168 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;
98 static void MD4Init(MD4_CTX *ctx)
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
148 static void MD4Pad(MD4_CTX *ctx)
168 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;
98 static void MD4Init(MD4_CTX *ctx)
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len)
148 static void MD4Pad(MD4_CTX *ctx)
168 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx)
/external/boringssl/include/openssl/
H A Dbase.h222 typedef struct md4_state_st MD4_CTX; typedef in typeref:struct:md4_state_st
/external/boringssl/src/include/openssl/
H A Dbase.h222 typedef struct md4_state_st MD4_CTX; typedef in typeref:struct:md4_state_st

Completed in 207 milliseconds