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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5c.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
63 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
170 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/libvpx/
H A Dmd5_utils.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
70 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) function
164 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/chromium/base/
H A Dmd5.cc16 * MD5Context structure, pass it to MD5Init, call MD5Update as
59 * reflect the addition of 16 longwords of new data. MD5Update blocks
162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){ function
271 MD5Update(&ctx, static_cast<const unsigned char*>(data), length);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5-internal.c38 MD5Update(&ctx, addr[i], len[i]);
57 * MD5Context structure, pass it to MD5Init, call MD5Update as
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
202 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/wpa_supplicant_8/src/crypto/
H A Dmd5-internal.c38 MD5Update(&ctx, addr[i], len[i]);
57 * MD5Context structure, pass it to MD5Init, call MD5Update as
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
202 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5-internal.c38 MD5Update(&ctx, addr[i], len[i]);
57 * MD5Context structure, pass it to MD5Init, call MD5Update as
99 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
202 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd5.c120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
144 MD5Update(&ctx, addr[i], len[i]);
162 * MD5Context structure, pass it to MD5Init, call MD5Update as
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
307 * reflect the addition of 16 longwords of new data. MD5Update blocks

Completed in 2765 milliseconds