Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c111 MD5Update (&md5, username, strlen (username)); in digest_calc_ha1()
112 MD5Update (&md5, ":", 1); in digest_calc_ha1()
113 MD5Update (&md5, realm, strlen (realm)); in digest_calc_ha1()
114 MD5Update (&md5, ":", 1); in digest_calc_ha1()
115 MD5Update (&md5, password, strlen (password)); in digest_calc_ha1()
120 MD5Update (&md5, ha1, sizeof (ha1)); in digest_calc_ha1()
121 MD5Update (&md5, ":", 1); in digest_calc_ha1()
122 MD5Update (&md5, nonce, strlen (nonce)); in digest_calc_ha1()
123 MD5Update (&md5, ":", 1); in digest_calc_ha1()
124 MD5Update ( in digest_calc_ha1()
[all...]
H A Dmd5.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
44 MD5Update(struct MD5Context *ctx,
H A Dmd5.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
60 * reflect the addition of 16 longwords of new data. MD5Update blocks
170 MD5Update(struct MD5Context *ctx, in MD5Update() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c78 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
92 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
151 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
260 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
261 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
H A Dmd5_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
H A Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
60 * MD5Context structure, pass it to MD5Init, call MD5Update as
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
205 * reflect the addition of 16 longwords of new data. MD5Update blocks
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal.c78 MD5Update(&ctx->u.md5, key, key_len); in crypto_hash_init()
92 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_init()
151 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
260 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad)); in crypto_hash_finish()
261 MD5Update(&ctx->u.md5, mac, 16); in crypto_hash_finish()
H A Dmd5_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
H A Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
60 * MD5Context structure, pass it to MD5Init, call MD5Update as
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
205 * reflect the addition of 16 longwords of new data. MD5Update blocks
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5.h50 extern void MD5Update(struct MD5Context *ctx, unsigned char *buf,
H A Dmd5hl.c116 MD5Update(&ctx, buffer, i); in MD5FileChunk()
H A Dmd5.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
86 void MD5Update(struct MD5Context *ctx, unsigned char *buf, unsigned int len) in MD5Update() function
191 * reflect the addition of 16 longwords of new data. MD5Update blocks
/third_party/gn/src/base/
H A Dmd5.h27 // calls to MD5Update():
30 // MD5Update(&ctx, data1, length1);
31 // MD5Update(&ctx, data2, length2);
49 // MD5Update().
55 void MD5Update(MD5Context* context, std::string_view data);
H A Dmd5.cc19 * MD5Context structure, pass it to MD5Init, call MD5Update as
65 * reflect the addition of 16 longwords of new data. MD5Update blocks
172 void MD5Update(MD5Context* context, std::string_view data) { in MD5Update() function
290 MD5Update(&ctx, in MD5Sum()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp38 * MD5Context structure, pass it to MD5Init, call MD5Update as
80 * reflect the addition of 16 longwords of new data. MD5Update blocks
179 void MD5Update(MD5Context* context, const deUint8* data, std::size_t len) in MD5Update() function
281 MD5Update(&ctx, reinterpret_cast<const deUint8*>(data), length); in MD5Sum()

Completed in 7 milliseconds