Searched defs:MD5Update (Results 1 - 14 of 14) sorted by relevance

/external/autotest/client/deps/glbench/src/
H A Dmd5.cc11 * MD5Context structure, pass it to MD5Init, call MD5Update as
59 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
162 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/dhcpcd-6.8.2/crypt/
H A Dmd5.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
76 * reflect the addition of 16 longwords of new data. MD5Update blocks
180 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len) function
232 MD5Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
233 MD5Update(ctx, count, 8);
/external/google-breakpad/src/common/
H A Dmd5.cc11 * MD5Context structure, pass it to MD5Init, call MD5Update as
61 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len) function in namespace:google_breakpad
164 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/libmicrohttpd/src/microhttpd/
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, function
/external/libvpx/libvpx/
H A Dmd5_utils.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
62 void MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { function
161 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/webrtc/webrtc/base/
H A Dmd5.cc13 * MD5Context structure, pass it to MD5Init, call MD5Update as
52 void MD5Update(MD5Context* ctx, const uint8_t* buf, size_t len) { function in namespace:rtc
141 // reflect the addition of 16 longwords of new data. MD5Update blocks
/external/libchrome/base/
H A Dmd5.cc19 * MD5Context structure, pass it to MD5Init, call MD5Update as
64 * reflect the addition of 16 longwords of new data. MD5Update blocks
171 void MD5Update(MD5Context* context, const StringPiece& data) { function in namespace:base
289 MD5Update(&ctx, StringPiece(reinterpret_cast<const char*>(data), length));
/external/openssh/openbsd-compat/
H A Dmd5.c15 * MD5Context structure, pass it to MD5Init, call MD5Update as
69 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len) function
120 MD5Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
121 MD5Update(ctx, count, 8);
153 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]);
60 * MD5Context structure, pass it to MD5Init, call MD5Update as
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
205 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/wpa_supplicant_8/src/crypto/
H A Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]);
60 * MD5Context structure, pass it to MD5Init, call MD5Update as
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
205 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5-internal.c41 MD5Update(&ctx, addr[i], len[i]);
60 * MD5Context structure, pass it to MD5Init, call MD5Update as
102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) function
205 * reflect the addition of 16 longwords of new data. MD5Update blocks
/external/libjpeg-turbo/md5/
H A Dmd5.c144 MD5Update (context, in, inputLen) function
199 MD5Update (context, PADDING, padLen);
202 MD5Update (context, bits, 8);
/external/syslinux/com32/libutil/
H A Dmd5.c97 void MD5Update(MD5_CTX * context, const void *in, size_t inputLen) function
145 MD5Update(context, PADDING, padLen);
148 MD5Update(context, bits, 8);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dmd5.c52 ** (2) Call MD5Update on mdContext and M **
129 /* The routine MD5Update updates the message-digest context to
134 MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) function
141 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%.*H\n", inLen, LWIP_MIN(inLen, 20) * 2, inBuf));
142 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf));
193 MD5Update (mdContext, PADDING, padLen);

Completed in 90 milliseconds