/external/libmicrohttpd/src/microhttpd/ |
D | digestauth.c | 111 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 …]
|
D | md5.h | 44 MD5Update(struct MD5Context *ctx,
|
/external/dhcpcd-6.8.2/crypt/ |
D | hmac_md5.c | 60 MD5Update(&context, key, (unsigned int)key_len); in hmac_md5() 80 MD5Update(&context, k_ipad, HMAC_PAD_LEN); in hmac_md5() 81 MD5Update(&context, text, (unsigned int)text_len); in hmac_md5() 86 MD5Update(&context, k_opad, HMAC_PAD_LEN); in hmac_md5() 87 MD5Update(&context, digest, MD5_DIGEST_LENGTH); in hmac_md5()
|
D | md5.h | 31 void MD5Update(MD5_CTX *, const unsigned char *, size_t);
|
D | md5.c | 180 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len) in MD5Update() function 232 MD5Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in MD5Final() 233 MD5Update(ctx, count, 8); in MD5Final()
|
/external/libchrome/base/ |
D | md5_unittest.cc | 122 MD5Update(&ctx, in TEST() 195 MD5Update(&ctx, "abc"); in TEST() 224 MD5Update(&context, kHeader); in TEST() 225 MD5Update(&check_header_context, kHeader); in TEST() 226 MD5Update(&check_full_context, kHeader); in TEST() 234 MD5Update(&context, kBody); in TEST() 235 MD5Update(&check_full_context, kBody); in TEST()
|
D | md5.h | 55 BASE_EXPORT void MD5Update(MD5Context* context, const StringPiece& data);
|
D | md5.cc | 171 void MD5Update(MD5Context* context, const StringPiece& data) { in MD5Update() function 289 MD5Update(&ctx, StringPiece(reinterpret_cast<const char*>(data), length)); in MD5Sum()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal.c | 78 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()
|
D | md5_i.h | 19 void MD5Update(struct MD5Context *context, unsigned char const *buf,
|
D | md5-internal.c | 41 MD5Update(&ctx, addr[i], len[i]); in md5_vector() 102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
|
/external/libvpx/libvpx/test/ |
D | md5_helper.h | 39 MD5Update(&md5_, buf, w); in Add() 46 MD5Update(&md5_, data, static_cast<uint32_t>(size)); in Add()
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 78 MD5Update(&ctx, buffer, i); in MD5FileChunk() 95 MD5Update(&ctx,data,len); in MD5Data()
|
D | md5.h | 43 void MD5Update (MD5_CTX *, const void *, unsigned int);
|
D | md5.c | 144 MD5Update (context, in, inputLen) in MD5Update() function 199 MD5Update (context, PADDING, padLen); 202 MD5Update (context, bits, 8);
|
/external/autotest/client/deps/glbench/src/ |
D | md5.h | 25 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len);
|
D | testbase.cc | 115 MD5Update(&ctx, (unsigned char *)pixels.get(), size); in ComputeMD5()
|
/external/google-breakpad/src/common/ |
D | md5.h | 21 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len);
|
/external/webrtc/webrtc/base/ |
D | md5digest.cc | 20 MD5Update(&ctx_, static_cast<const uint8_t*>(buf), len); in Update()
|
D | md5.h | 38 void MD5Update(MD5Context* context, const uint8_t* data, size_t len);
|
/external/libvpx/libvpx/ |
D | md5_utils.h | 41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
|
/external/google-breakpad/src/common/mac/ |
D | file_id.cc | 64 MD5Update(&md5, buffer, static_cast<unsigned>(buffer_size)); in FileIdentifier()
|
D | macho_id.cc | 55 using google_breakpad::MD5Update; 128 MD5Update(&md5_context_, bytes, static_cast<unsigned>(size)); in UpdateMD5()
|
/external/libvpx/libvpx/examples/ |
D | decode_to_md5.c | 57 MD5Update(&md5, buf, w); in get_image_md5()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
|