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

  /external/libvpx/
md5_utils.c 13 * MD5Context structure, pass it to MD5Init, call MD5Update as
72 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len)
166 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/chromium/base/
md5.cc 16 * MD5Context structure, pass it to MD5Init, call MD5Update as
59 * reflect the addition of 16 longwords of new data. MD5Update blocks
162 void MD5Update(MD5Context *pCtx, const void *inbuf, size_t len){
271 MD5Update(&ctx, static_cast<const unsigned char*>(data), length);
  /external/wpa_supplicant/
md5.c 120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
144 MD5Update(&ctx, addr[i], len[i]);
162 * MD5Context structure, pass it to MD5Init, call MD5Update as
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
307 * reflect the addition of 16 longwords of new data. MD5Update blocks
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.c 120 static void MD5Update(struct MD5Context *context, unsigned char const *buf,
144 MD5Update(&ctx, addr[i], len[i]);
162 * MD5Context structure, pass it to MD5Init, call MD5Update as
204 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
307 * reflect the addition of 16 longwords of new data. MD5Update blocks

Completed in 356 milliseconds