Home
last modified time | relevance | path

Searched refs:MD5Update (Results 1 – 25 of 29) sorted by relevance

12

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal.c57 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
70 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
107 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
165 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
166 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
Dmd5_i.h25 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dmd5-internal.c44 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
105 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/external/chromium/chrome/browser/safe_browsing/
Dprefix_set.cc192 MD5Update(&context, &header, sizeof(header)); in LoadFile()
201 MD5Update(&context, &(index[0]), index_bytes); in LoadFile()
208 MD5Update(&context, &(deltas[0]), deltas_bytes); in LoadFile()
251 MD5Update(&context, &header, sizeof(header)); in WriteFile()
259 MD5Update(&context, &(index_[0]), index_bytes); in WriteFile()
266 MD5Update(&context, &(deltas_[0]), deltas_bytes); in WriteFile()
Dsafe_browsing_store_file.cc62 MD5Update(context, ptr, sizeof(T) * nmemb); in ReadArray()
76 MD5Update(context, ptr, sizeof(T) * nmemb); in WriteArray()
/external/chromium/chrome/common/
Dvisitedlink_common.cc84 MD5Update(&ctx, salt, sizeof(salt)); in ComputeURLFingerprint()
85 MD5Update(&ctx, canonical_url, url_len * sizeof(char)); in ComputeURLFingerprint()
Dmetrics_helpers.cc180 MD5Update(&ctx, value.data(), value.length()); in CreateHash()
/external/dropbear/
Dkeyimport.c546 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase)); in openssh_read()
547 MD5Update(&md5c, (unsigned char *)key->iv, 8); in openssh_read()
551 MD5Update(&md5c, keybuf, 16); in openssh_read()
552 MD5Update(&md5c, (unsigned char *)passphrase, strlen(passphrase)); in openssh_read()
553 MD5Update(&md5c, (unsigned char *)key->iv, 8); in openssh_read()
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(&md5c, (unsigned char *)passphrase, strlen(passphrase));
[all …]
/external/libvpx/
Dmd5_utils.h38 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
Dmd5_utils.c70 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) in MD5Update() function
/external/wpa_supplicant/
Dcrypto_internal.c90 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
103 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
140 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
198 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
199 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
Dmd5.h29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dmd5.c120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
144 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/external/chromium/third_party/libjingle/source/talk/base/
Dmd5.h37 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
Dstringdigest.cc38MD5Update(&ctx, const_cast<unsigned char *>(reinterpret_cast<const unsigned char *>(data.data())),… in MD5()
Dmd5c.c63 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dmd5.h29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dcrypto_internal.c91 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
104 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
141 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
199 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
200 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
Dmd5.c120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
144 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/external/chromium/base/
Dmd5.h56 BASE_API void MD5Update(MD5Context* context, const void* buf, size_t len);
Dmd5.cc162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){ in MD5Update() function
271 MD5Update(&ctx, static_cast<const unsigned char*>(data), length); in MD5Sum()
/external/chromium/chrome/browser/sync/util/
Dcrypto_helpers.cc29 MD5Update(&context_, data, length); in AddData()
/external/chromium/net/http/
Dhttp_vary_data.cc127 MD5Update(ctx, request_value.data(), request_value.size()); in AddField()
/external/libvpx/examples/
Ddecode_to_md5.txt38 MD5Update(&md5, buf, img->d_w >> (plane?1:0));
/external/chromium/chrome/browser/bookmarks/
Dbookmark_codec.cc307 MD5Update(&md5_context_, str.data(), str.length() * sizeof(char)); in UpdateChecksum()
311 MD5Update(&md5_context_, str.data(), str.length() * sizeof(char16)); in UpdateChecksum()

12