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

  /cts/tests/tests/media/libmediandkjni/
md5_utils.h 30 #define md5byte unsigned char macro
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
md5_utils.cpp 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;
  /external/libaom/libaom/common/
md5_utils.h 30 #define md5byte unsigned char macro
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
md5_utils.c 28 md5byte *p;
35 p = (md5byte *)buf;
62 void MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
75 memcpy((md5byte *)ctx->in + 64 - t, buf, len);
80 memcpy((md5byte *)ctx->in + 64 - t, buf, t);
103 void MD5Final(md5byte digest[16], struct MD5Context *ctx) {
105 md5byte *p = (md5byte *)ctx->in + count;
117 p = (md5byte *)ctx->in;
  /external/libvpx/libvpx/
md5_utils.h 30 #define md5byte unsigned char macro
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
md5_utils.c 28 md5byte *p;
35 p = (md5byte *)buf;
62 void MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
75 memcpy((md5byte *)ctx->in + 64 - t, buf, len);
80 memcpy((md5byte *)ctx->in + 64 - t, buf, t);
103 void MD5Final(md5byte digest[16], struct MD5Context *ctx) {
105 md5byte *p = (md5byte *)ctx->in + count;
117 p = (md5byte *)ctx->in;
vpxdec.c     [all...]
  /external/libaom/libaom/apps/
aomdec.c 883 MD5Update(&md5_ctx, (md5byte *)y4m_buf, (unsigned int)len);
892 MD5Update(&md5_ctx, (md5byte *)y4m_buf, (unsigned int)len);
    [all...]

Completed in 770 milliseconds