Searched refs:MD5Update (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | md5_utils.h | 41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
|
D | vpxdec.c | 249 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()
|
D | md5_utils.c | 66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | md5_helper.h | 37 MD5Update(&md5_, buf, w); in Add()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | decode_to_md5.c | 59 MD5Update(&md5, buf, w); in get_image_md5()
|