Searched refs:pCtx (Results 1 – 1 of 1) sorted by relevance
172 static void MD5Init(MD5Context *pCtx){ in MD5Init() argument173 struct Context *ctx = (struct Context *)pCtx; in MD5Init()187 void MD5Update(MD5Context *pCtx, const unsigned char *buf, unsigned int len){ in MD5Update() argument188 struct Context *ctx = (struct Context *)pCtx; in MD5Update()236 static void MD5Final(unsigned char digest[16], MD5Context *pCtx){ in MD5Final() argument237 struct Context *ctx = (struct Context *)pCtx; in MD5Final()