Searched refs:MD5Context (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
33 typedef struct MD5Context MD5Context; typedef in typeref:struct:MD5Context
34 struct MD5Context { struct
40 void MD5Init(struct MD5Context *context);
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
H A Dmd5_utils.c13 * MD5Context structure, pass it to MD5Init, call MD5Update as
51 MD5Init(struct MD5Context *ctx) {
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) {
108 MD5Final(md5byte digest[16], struct MD5Context *ctx) {
H A Dvpxdec.c238 MD5Context *md5) {
526 MD5Context md5_ctx;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dmd5_helper.h49 MD5Context ctx_tmp = md5_;
63 MD5Context md5_;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_to_md5.c48 MD5Context md5;

Completed in 1524 milliseconds