HomeSort by relevance Sort by last modified time
    Searched full:md5byte (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 28 #define md5byte unsigned char macro
37 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
  /external/libvpx/libvpx/
md5_utils.h 26 #define md5byte unsigned char macro
37 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
md5_utils.c 29 md5byte *p;
37 p = (md5byte *)buf;
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
79 memcpy((md5byte *)ctx->in + 64 - t, buf, len);
84 memcpy((md5byte *)ctx->in + 64 - t, buf, t);
108 MD5Final(md5byte digest[16], struct MD5Context *ctx) {
110 md5byte *p = (md5byte *)ctx->in + count;
122 p = (md5byte *)ctx->in;

Completed in 529 milliseconds