HomeSort by relevance Sort by last modified time
    Searched defs:MD5Update (Results 1 - 11 of 11) 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
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
155 * 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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
md5_utils.c 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/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/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
  /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/libjpeg-turbo/md5/
md5.c 144 MD5Update (context, in, inputLen)
199 MD5Update (context, PADDING, padLen);
202 MD5Update (context, bits, 8);

Completed in 878 milliseconds