Searched refs:MD5Context (Results 1 – 3 of 3) sorted by relevance
33 typedef struct MD5Context MD5Context; typedef34 struct MD5Context { struct40 void MD5Init(struct MD5Context *context); argument41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
51 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()
286 MD5Context md5; in Java_android_media_cts_CodecUtils_getImageChecksumMD5()