Lines Matching refs:MD5_CTX
41 # define MD5_CTX struct md5_ctx macro
46 # define MD5_CTX gcry_md_hd_t macro
52 # define MD5_CTX void * macro
85 # define MD5_CTX struct win32_crypto_hash macro
121 static int MD5_Init(MD5_CTX *ctx) in MD5_Init()
127 static void MD5_Update(MD5_CTX *ctx, in MD5_Update()
134 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx) in MD5_Final()
177 static int MD5_Init(MD5_CTX *ctx) in MD5_Init()
183 static void MD5_Update(MD5_CTX *ctx, in MD5_Update()
190 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx) in MD5_Final()
270 static int MD5_Init(MD5_CTX *pctx) in MD5_Init()
275 static void MD5_Update(MD5_CTX *pctx, in MD5_Update()
282 static void MD5_Final(unsigned char digest[16], MD5_CTX *pctx) in MD5_Final()
337 static int MD5_Init(MD5_CTX *ctx) in MD5_Init()
346 static void MD5_Update(MD5_CTX *ctx, in MD5_Update()
353 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx) in MD5_Final()
407 sizeof(MD5_CTX),