Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dmd5_utils.h33 typedef struct MD5Context MD5Context; typedef
34 struct MD5Context { struct
40 void MD5Init(struct MD5Context *context); argument
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
Dmd5_utils.c51 MD5Init(struct MD5Context *ctx) { in MD5Init()
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update()
108 MD5Final(md5byte digest[16], struct MD5Context *ctx) { in MD5Final()
Dvpxdec.c238 MD5Context *md5) { in update_image_md5()
526 MD5Context md5_ctx; in main_loop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dmd5_helper.h49 MD5Context ctx_tmp = md5_; in Get()
63 MD5Context md5_;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_to_md5.c48 MD5Context md5; in get_image_md5()