HomeSort by relevance Sort by last modified time
    Searched refs:MD5Update (Results 1 - 25 of 25) sorted by null

  /external/libvpx/
md5_utils.h 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
38 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
md5_utils.c 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
70 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len)
164 * reflect the addition of 16 longwords of new data. MD5Update blocks
vpxdec.c 348 MD5Update(out, buf, len);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
md5_i.h 19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
crypto_internal.c 60 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);
md5-internal.c 38 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)
202 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 12 * MD5Context structure, pass it to MD5Init, call MD5Update as
37 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
stringdigest.cc 38 MD5Update(&ctx, const_cast<unsigned char *>(reinterpret_cast<const unsigned char *>(data.data())), static_cast<unsigned int>(data.size()));
md5c.c 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
63 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
170 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.h 29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
crypto_internal.c 91 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);
md5.c 120 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)
307 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/chromium/base/
md5.h 24 // 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);
md5.cc 16 * 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){
271 MD5Update(&ctx, static_cast<const unsigned char*>(data), length);
  /external/chromium/chrome/common/
visitedlink_common.cc 84 MD5Update(&ctx, salt, sizeof(salt));
85 MD5Update(&ctx, canonical_url, url_len * sizeof(char));
metrics_helpers.cc 180 MD5Update(&ctx, value.data(), value.length());
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 192 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);
safe_browsing_store_file.cc 62 MD5Update(context, ptr, sizeof(T) * nmemb);
76 MD5Update(context, ptr, sizeof(T) * nmemb);
prefix_set_unittest.cc 115 MD5Update(&context, &buf, nitems);
  /external/chromium/chrome/browser/sync/util/
crypto_helpers.cc 29 MD5Update(&context_, data, length);
  /external/chromium/net/http/
http_vary_data.cc 127 MD5Update(ctx, request_value.data(), request_value.size());
  /external/dropbear/
keyimport.c 546 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);
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 307 MD5Update(&md5_context_, str.data(), str.length() * sizeof(char));
311 MD5Update(&md5_context_, str.data(), str.length() * sizeof(char16));
  /external/chromium/chrome/browser/metrics/
metrics_service.cc     [all...]
  /external/ping6/
ping6.c     [all...]

Completed in 1069 milliseconds