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

/external/chromium_org/third_party/libvpx/source/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_org/third_party/webrtc/base/
H A Dmd5.cc13 * MD5Context structure, pass it to MD5Init, call MD5Update as
52 void MD5Update(MD5Context* ctx, const uint8* buf, size_t len) { function in namespace:rtc
141 // 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_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
293 MD5Update(&ctx,
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc22 * MD5Context structure, pass it to MD5Init, call MD5Update as
70 * reflect the addition of 16 longwords of new data. MD5Update blocks
178 void MD5Update(MD5Context* context, const std::string& data) { function in namespace:i18n::addressinput
289 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 188 milliseconds