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

/external/ppp/pppd/
H A Dmd4.h26 } MD4_CTX; typedef in typeref:struct:__anon28885
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_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/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h192 typedef struct md4_state_st MD4_CTX; typedef in typeref:struct:md4_state_st

Completed in 127 milliseconds