Searched defs:MD5Context (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/
H A Dmd5.h22 // MD5Context ctx; // intermediate MD5 data: do not use
40 typedef char MD5Context[88]; typedef
48 void MD5Init(MD5Context* context);
53 void MD5Update(MD5Context* context, const void* buf, size_t len);
56 void MD5Final(MD5Digest* digest, MD5Context* pCtx);
/external/libvpx/
H A Dmd5_utils.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
29 typedef struct MD5Context MD5Context; typedef in typeref:struct:MD5Context
30 struct MD5Context struct
37 void MD5Init(struct MD5Context *context);
38 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
39 void MD5Final(unsigned char digest[16], struct MD5Context *context);
/external/wpa_supplicant/
H A Dmd5.c112 struct MD5Context { struct
119 static void MD5Init(struct MD5Context *context);
120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
122 static void MD5Final(unsigned char digest[16], struct MD5Context *context);
127 typedef struct MD5Context MD5_CTX;
162 * MD5Context structure, pass it to MD5Init, call MD5Update as
189 void MD5Init(struct MD5Context *ctx)
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
252 void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
H A Dcrypto_internal.c42 struct MD5Context { struct
58 struct MD5Context md5;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd5.c112 struct MD5Context { struct
119 static void MD5Init(struct MD5Context *context);
120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
122 static void MD5Final(unsigned char digest[16], struct MD5Context *context);
127 typedef struct MD5Context MD5_CTX;
162 * MD5Context structure, pass it to MD5Init, call MD5Update as
189 void MD5Init(struct MD5Context *ctx)
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
252 void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
H A Dcrypto_internal.c43 struct MD5Context { struct
59 struct MD5Context md5;

Completed in 426 milliseconds