Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
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 (&md5, cnonce, strlen (cnonce)); in digest_calc_ha1()
[all …]
Dmd5.h44 MD5Update(struct MD5Context *ctx,
Dmd5.c170 MD5Update(struct MD5Context *ctx, in MD5Update() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
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()
Dmd5_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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()
Dmd5_i.h19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]); in md5_vector()
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c116 MD5Update(&ctx, buffer, i); in MD5FileChunk()
132 MD5Update(&ctx, (unsigned char *)data, len); in MD5Data()
Dmd5.h50 extern void MD5Update(struct MD5Context *ctx, unsigned char *buf,
Dmd5.c86 void MD5Update(struct MD5Context *ctx, unsigned char *buf, unsigned int len) in MD5Update() function
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.h50 extern void MD5Update(struct MD5Context *ctx, unsigned char *buf,
Dmd5hl.c116 MD5Update(&ctx, buffer, i); in MD5FileChunk()
Dmd5.c86 void MD5Update(struct MD5Context *ctx, unsigned char *buf, unsigned int len) in MD5Update() function
/third_party/libjpeg-turbo/md5/
Dmd5.h50 extern void MD5Update(struct MD5Context *ctx, unsigned char *buf,
Dmd5hl.c116 MD5Update(&ctx, buffer, i); in MD5FileChunk()
Dmd5.c86 void MD5Update(struct MD5Context *ctx, unsigned char *buf, unsigned int len) in MD5Update() function
/third_party/gn/src/base/
Dmd5.h55 void MD5Update(MD5Context* context, std::string_view data);
Dmd5.cc172 void MD5Update(MD5Context* context, std::string_view data) { in MD5Update() function
290 MD5Update(&ctx, in MD5Sum()
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt4801 #define MDUpdate MD5Update