Searched refs:MD5Context (Results 1 - 25 of 30) sorted by relevance

12

/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);
H A Dmd5_utils.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
54 MD5Init(struct MD5Context *ctx)
70 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len)
115 MD5Final(md5byte digest[16], struct MD5Context *ctx)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context);
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
H A Dmd5-internal.c20 typedef struct MD5Context MD5_CTX;
57 * MD5Context structure, pass it to MD5Init, call MD5Update as
84 void MD5Init(struct MD5Context *ctx)
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
147 void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
H A Dcrypto_internal.c20 struct MD5Context md5;
/external/wpa_supplicant_8/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context);
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
H A Dmd5-internal.c20 typedef struct MD5Context MD5_CTX;
57 * MD5Context structure, pass it to MD5Init, call MD5Update as
84 void MD5Init(struct MD5Context *ctx)
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
147 void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
H A Dcrypto_internal.c20 struct MD5Context md5;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5_i.h12 struct MD5Context { struct
18 void MD5Init(struct MD5Context *context);
19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
21 void MD5Final(unsigned char digest[16], struct MD5Context *context);
H A Dmd5-internal.c20 typedef struct MD5Context MD5_CTX;
57 * MD5Context structure, pass it to MD5Init, call MD5Update as
84 void MD5Init(struct MD5Context *ctx)
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
147 void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
H A Dcrypto_internal.c20 struct MD5Context md5;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5.h12 * MD5Context structure, pass it to MD5Init, call MD5Update as
26 typedef struct MD5Context MD5_CTX;
30 struct MD5Context { struct
36 void MD5Init(struct MD5Context *context);
37 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
38 void MD5Final(unsigned char digest[16], struct MD5Context *context);
H A Dmd5c.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
47 MD5Init(struct MD5Context *ctx)
63 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
113 MD5Final(unsigned char digest[16], struct MD5Context *ctx)
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd5.h26 struct MD5Context;
28 void MD5Init(struct MD5Context *context);
29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
31 void MD5Final(unsigned char digest[16], struct MD5Context *context);
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)
/external/chromium/base/
H A Dmd5.h25 // MD5Context ctx; // intermediate MD5 data: do not use
43 typedef char MD5Context[88]; typedef
51 BASE_API void MD5Init(MD5Context* context);
56 BASE_API void MD5Update(MD5Context* context, const void* buf, size_t len);
59 BASE_API void MD5Final(MD5Digest* digest, MD5Context* pCtx);
H A Dmd5.cc16 * MD5Context structure, pass it to MD5Init, call MD5Update as
148 void MD5Init(MD5Context *pCtx){
162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){
212 void MD5Final(MD5Digest* digest, MD5Context *pCtx){
269 MD5Context ctx;
/external/chromium/chrome/browser/sync/util/
H A Dcrypto_helpers.h19 MD5Context context_;
/external/chromium/net/http/
H A Dhttp_vary_data.h74 MD5Context* context);
H A Dhttp_vary_data.cc23 MD5Context ctx;
118 MD5Context* ctx) {
/external/chromium/chrome/common/
H A Dvisitedlink_common.cc82 MD5Context ctx;
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc56 bool ReadArray(T* ptr, size_t nmemb, FILE* fp, MD5Context* context) {
70 bool WriteArray(const T* ptr, size_t nmemb, FILE* fp, MD5Context* context) {
86 FILE* fp, MD5Context* context) {
110 bool WriteVector(const std::vector<T>& values, FILE* fp, MD5Context* context) {
124 FILE* fp, MD5Context* context) {
139 FILE* fp, MD5Context* context) {
186 MD5Context* context) {
496 MD5Context context;
615 MD5Context context;
H A Dprefix_set.cc190 MD5Context context;
243 MD5Context context;
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.h153 MD5Context md5_context_;
/external/dropbear/
H A Dkeyimport.c542 struct MD5Context md5c;
1348 struct MD5Context md5c;
1625 struct MD5Context md5c;

Completed in 530 milliseconds

12