Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dmd5_utils.c29 md5byte *p; in byteSwap()
37 p = (md5byte *)buf; in byteSwap()
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update()
79 memcpy((md5byte *)ctx->in + 64 - t, buf, len); in MD5Update()
84 memcpy((md5byte *)ctx->in + 64 - t, buf, t); in MD5Update()
108 MD5Final(md5byte digest[16], struct MD5Context *ctx) { in MD5Final()
110 md5byte *p = (md5byte *)ctx->in + count; in MD5Final()
122 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.c1035 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop()
1044 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop()