Home
last modified time | relevance | path

Searched refs:md5byte (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/
Dmd5_utils.c28 md5byte *p; in byteSwap()
35 p = (md5byte *)buf; in byteSwap()
62 void MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update()
75 memcpy((md5byte *)ctx->in + 64 - t, buf, len); in MD5Update()
80 memcpy((md5byte *)ctx->in + 64 - t, buf, t); in MD5Update()
103 void MD5Final(md5byte digest[16], struct MD5Context *ctx) { in MD5Final()
105 md5byte *p = (md5byte *)ctx->in + count; in MD5Final()
117 p = (md5byte *)ctx->in; in MD5Final()
Dmd5_utils.h30 #define md5byte unsigned char macro
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
Dvpxdec.c942 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop()
951 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop()