Searched refs:MD5Update (Results 1 - 25 of 33) sorted by relevance

12

/external/libvpx/
H A Dmd5_utils.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
38 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
H A Dcrypto_internal.c60 MD5Update(&ctx->u.md5, key, key_len);
74 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
133 MD5Update(&ctx->u.md5, data, len);
210 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
211 MD5Update(&ctx->u.md5, mac, 16);
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_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
H A Dcrypto_internal.c60 MD5Update(&ctx->u.md5, key, key_len);
74 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
133 MD5Update(&ctx->u.md5, data, len);
210 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
211 MD5Update(&ctx->u.md5, mac, 16);
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_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
H A Dcrypto_internal.c60 MD5Update(&ctx->u.md5, key, key_len);
74 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
133 MD5Update(&ctx->u.md5, data, len);
210 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
211 MD5Update(&ctx->u.md5, mac, 16);
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/third_party/libjingle/source/talk/base/
H A Dmd5.h12 * MD5Context structure, pass it to MD5Init, call MD5Update as
37 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
H A Dstringdigest.cc38 MD5Update(&ctx, const_cast<unsigned char *>(reinterpret_cast<const unsigned char *>(data.data())), static_cast<unsigned int>(data.size()));
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd5.h29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
H A Dcrypto_internal.c91 MD5Update(&ctx->u.md5, key, key_len);
104 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
141 MD5Update(&ctx->u.md5, data, len);
199 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
200 MD5Update(&ctx->u.md5, mac, 16);
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
/external/chromium/base/
H A Dmd5.h24 // calls to MD5Update():
27 // MD5Update(&ctx, data1, length1);
28 // MD5Update(&ctx, data2, length2);
50 // MD5Update().
56 BASE_API void MD5Update(MD5Context* context, const void* buf, size_t len);
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/chrome/common/
H A Dvisitedlink_common.cc84 MD5Update(&ctx, salt, sizeof(salt));
85 MD5Update(&ctx, canonical_url, url_len * sizeof(char));
/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set.cc192 MD5Update(&context, &header, sizeof(header));
201 MD5Update(&context, &(index[0]), index_bytes);
208 MD5Update(&context, &(deltas[0]), deltas_bytes);
251 MD5Update(&context, &header, sizeof(header));
259 MD5Update(&context, &(index_[0]), index_bytes);
266 MD5Update(&context, &(deltas_[0]), deltas_bytes);
H A Dsafe_browsing_store_file.cc62 MD5Update(context, ptr, sizeof(T) * nmemb);
76 MD5Update(context, ptr, sizeof(T) * nmemb);
/external/chromium/chrome/browser/sync/util/
H A Dcrypto_helpers.cc29 MD5Update(&context_, data, length);
/external/chromium/net/http/
H A Dhttp_vary_data.cc127 MD5Update(ctx, request_value.data(), request_value.size());
/external/dropbear/
H A Dkeyimport.c546 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
547 MD5Update(&md5c, (unsigned char *)key->iv, 8);
551 MD5Update(&md5c, keybuf, 16);
552 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
553 MD5Update(&md5c, (unsigned char *)key->iv, 8);
1358 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
1362 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
1363 MD5Update(&md5c, keybuf, 16);
1629 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase));
1633 MD5Update(
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.cc307 MD5Update(&md5_context_, str.data(), str.length() * sizeof(char));
311 MD5Update(&md5_context_, str.data(), str.length() * sizeof(char16));
/external/libppp/src/
H A Dradius.c183 MD5Update(&Context, S, Slen);
184 MD5Update(&Context, R, AUTH_LEN);
185 MD5Update(&Context, A, SALT_LEN);
197 MD5Update(&Context, S, Slen);
198 MD5Update(&Context, C, 16);

Completed in 568 milliseconds

12