Home
last modified time | relevance | path

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

12

/external/libmicrohttpd/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,
/external/dhcpcd-6.8.2/crypt/
Dhmac_md5.c60 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()
Dmd5.h31 void MD5Update(MD5_CTX *, const unsigned char *, size_t);
Dmd5.c180 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/
Dmd5_unittest.cc122 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()
Dmd5.h55 BASE_EXPORT void MD5Update(MD5Context* context, const StringPiece& data);
Dmd5.cc171 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/
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
/external/libvpx/libvpx/test/
Dmd5_helper.h39 MD5Update(&md5_, buf, w); in Add()
46 MD5Update(&md5_, data, static_cast<uint32_t>(size)); in Add()
/external/libjpeg-turbo/md5/
Dmd5hl.c78 MD5Update(&ctx, buffer, i); in MD5FileChunk()
95 MD5Update(&ctx,data,len); in MD5Data()
Dmd5.h43 void MD5Update (MD5_CTX *, const void *, unsigned int);
Dmd5.c144 MD5Update (context, in, inputLen) in MD5Update() function
199 MD5Update (context, PADDING, padLen);
202 MD5Update (context, bits, 8);
/external/autotest/client/deps/glbench/src/
Dmd5.h25 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len);
Dtestbase.cc115 MD5Update(&ctx, (unsigned char *)pixels.get(), size); in ComputeMD5()
/external/google-breakpad/src/common/
Dmd5.h21 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len);
/external/webrtc/webrtc/base/
Dmd5digest.cc20 MD5Update(&ctx_, static_cast<const uint8_t*>(buf), len); in Update()
Dmd5.h38 void MD5Update(MD5Context* context, const uint8_t* data, size_t len);
/external/libvpx/libvpx/
Dmd5_utils.h41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
/external/google-breakpad/src/common/mac/
Dfile_id.cc64 MD5Update(&md5, buffer, static_cast<unsigned>(buffer_size)); in FileIdentifier()
Dmacho_id.cc55 using google_breakpad::MD5Update;
128 MD5Update(&md5_context_, bytes, static_cast<unsigned>(size)); in UpdateMD5()
/external/libvpx/libvpx/examples/
Ddecode_to_md5.c57 MD5Update(&md5, buf, w); in get_image_md5()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()

12