Searched defs:MD5Update (Results 1 - 11 of 11) 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/chromium_org/third_party/libjingle/source/talk/base/
H A Dmd5.cc13 * MD5Context structure, pass it to MD5Init, call MD5Update as
50 void MD5Update(MD5Context* ctx, const uint8* buf, size_t len) { function
139 // reflect the addition of 16 longwords of new data. MD5Update blocks
/external/libvpx/libvpx/
H A Dmd5_utils.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { function
155 * 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/chromium_org/base/
H A Dmd5.cc19 * MD5Context structure, pass it to MD5Init, call MD5Update as
63 * reflect the addition of 16 longwords of new data. MD5Update blocks
170 void MD5Update(MD5Context* context, const StringPiece& data) { function in namespace:base
281 MD5Update(&ctx,
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
H A Dmd5.cc22 * MD5Context structure, pass it to MD5Init, call MD5Update as
68 * reflect the addition of 16 longwords of new data. MD5Update blocks
176 void MD5Update(MD5Context* context, const std::string& data) { function in namespace:i18n::addressinput
287 MD5Update(&ctx,
/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/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c97 * MD5Context structure, pass it to MD5Init, call MD5Update as
148 * reflect the addition of 16 longwords of new data. MD5Update blocks
252 void MD5Update(MD5Context *ctx, const unsigned char *buf, unsigned int len){ function
371 MD5Update(p, (unsigned char*)zData, strlen(zData));
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c3078 * MD5Context structure, pass it to MD5Init, call MD5Update as
3129 * reflect the addition of 16 longwords of new data. MD5Update blocks
3233 void MD5Update(MD5Context *ctx, const unsigned char *buf, unsigned int len){ function
3370 MD5Update(&ctx, (unsigned char*)argv[1], (unsigned)strlen(argv[1]));
3405 MD5Update(&ctx, (unsigned char*)zBuf, (unsigned)n);
3449 MD5Update(p, (unsigned char*)zData, strlen(zData));

Completed in 304 milliseconds