HomeSort by relevance Sort by last modified time
    Searched defs:MD5Update (Results 1 - 14 of 14) sorted by null

  /cts/tests/tests/media/libmediandkjni/
md5_utils.cpp 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
155 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/autotest/client/deps/glbench/src/
md5.cc 11 * MD5Context structure, pass it to MD5Init, call MD5Update as
59 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
162 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/google-breakpad/src/common/
md5.cc 11 * MD5Context structure, pass it to MD5Init, call MD5Update as
61 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, size_t len)
164 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/libmicrohttpd/src/microhttpd/
md5.c 13 * 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,
  /external/libvpx/libvpx/
md5_utils.c 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
62 void MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
161 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/webrtc/webrtc/base/
md5.cc 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
52 void MD5Update(MD5Context* ctx, const uint8_t* buf, size_t len) {
141 // reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/dhcpcd-6.8.2/crypt/
md5.c 13 * 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)
232 MD5Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */
233 MD5Update(ctx, count, 8);
  /external/openssh/openbsd-compat/
md5.c 15 * MD5Context structure, pass it to MD5Init, call MD5Update as
69 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len)
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/src/crypto/
md5-internal.c 41 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)
205 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
Md5.c 291 MD5Update (
  /external/libchrome/base/
md5.cc 19 * 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) {
289 MD5Update(&ctx, StringPiece(reinterpret_cast<const char*>(data), length));
  /external/syslinux/core/lwip/src/netif/ppp/
md5.c 52 ** (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)
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);
  /external/libjpeg-turbo/md5/
md5.c 144 MD5Update (context, in, inputLen)
199 MD5Update (context, PADDING, padLen);
202 MD5Update (context, bits, 8);
  /external/syslinux/com32/libutil/
md5.c 97 void MD5Update(MD5_CTX * context, const void *in, size_t inputLen)
145 MD5Update(context, PADDING, padLen);
148 MD5Update(context, bits, 8);

Completed in 881 milliseconds