Home
last modified time | relevance | path

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

12

/external/libchrome/base/
Dmd5_unittest.cc124 MD5Update(&ctx, in TEST()
197 MD5Update(&ctx, "abc"); in TEST()
226 MD5Update(&context, kHeader); in TEST()
227 MD5Update(&check_header_context, kHeader); in TEST()
228 MD5Update(&check_full_context, kHeader); in TEST()
236 MD5Update(&context, kBody); in TEST()
237 MD5Update(&check_full_context, kBody); in TEST()
Dmd5.h55 BASE_EXPORT void MD5Update(MD5Context* context, const StringPiece& data);
/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.h40 MD5Update(&md5_, buf, w); in Add()
47 MD5Update(&md5_, data, static_cast<uint32_t>(size)); in Add()
/external/libaom/libaom/test/
Dmd5_helper.h41 MD5Update(&md5_, buf, w); in Add()
48 MD5Update(&md5_, data, static_cast<uint32_t>(size)); in Add()
/external/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,
/external/u-boot/lib/
Dmd5.c75 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() function
276 MD5Update(&context, input, len); in md5()
305 MD5Update(&context, curr, chunk); in md5_wd()
310 MD5Update(&context, input, len); in md5_wd()
/external/autotest/client/deps/glbench/src/
Dmd5.h25 void MD5Update(struct MD5Context* ctx, unsigned char const* buf, unsigned len);
/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/openssh/openbsd-compat/
Dmd5.c69 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len) in MD5Update() function
120 MD5Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in MD5Pad()
121 MD5Update(ctx, count, 8); in MD5Pad()
Dmd5.h31 void MD5Update(MD5_CTX *, const u_int8_t *, size_t)
/external/libaom/libaom/common/
Dmd5_utils.h41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
Drawenc.c37 MD5Update((MD5Context *)md5, buffer, size * nmemb); in write_md5()
/external/libvpx/libvpx/
Dmd5_utils.h41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
/external/dynamic_depth/internal/xmpmeta/
Dmd5.cc25 void MD5Update(struct MD5Context* context, const uint8* data, size_t len);
41 void MD5Update(MD5Context* context, const uint8* data, size_t len) { in MD5Update() function
221 MD5Update(&md5_context, to_hash, to_hash_length); in MD5()
/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/libaom/libaom/examples/
Ddecode_to_md5.c56 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