Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dmd5_utils.h41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
Dvpxdec.c249 MD5Update(md5, buf, w); in update_image_md5()
888 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop()
897 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len); in main_loop()
Dmd5_utils.c66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dmd5_helper.h37 MD5Update(&md5_, buf, w); in Add()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_to_md5.c59 MD5Update(&md5, buf, w); in get_image_md5()