Searched refs:MD5Context (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmd5.h13 * MD5Context structure, pass it to MD5Init, call MD5Update as
19 struct MD5Context { struct
25 static void MD5Init(struct MD5Context *ctx);
26 static void MD5Update(struct MD5Context *ctx, const unsigned char *buf, unsigned len);
27 static void MD5Final(unsigned char digest[16], struct MD5Context *ctx);
52 static void MD5Init(struct MD5Context *ctx)
67 static void MD5Update(struct MD5Context *ctx, const unsigned char *buf, unsigned len)
115 static void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
H A Dfccache.c171 struct MD5Context ctx;

Completed in 5 milliseconds