Searched refs:MD5Update (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dmd5_utils.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
H A Dvpxdec.c249 MD5Update(md5, buf, w);
888 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len);
897 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len);
H A Dmd5_utils.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { function
155 * reflect the addition of 16 longwords of new data. MD5Update blocks
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dmd5_helper.h37 MD5Update(&md5_, buf, w);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_to_md5.c59 MD5Update(&md5, buf, w);

Completed in 8 milliseconds