Home | History | Annotate | Download | only in src

Lines Matching refs:md5_ctx

41 #  define MD5_CTX    struct md5_ctx
46 # define MD5_CTX gcry_md_hd_t
52 # define MD5_CTX void *
61 # define MD5_CTX md5_context
92 # define MD5_CTX struct win32_crypto_hash
127 static int MD5_Init(MD5_CTX *ctx)
133 static void MD5_Update(MD5_CTX *ctx,
140 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
183 static int MD5_Init(MD5_CTX *ctx)
189 static void MD5_Update(MD5_CTX *ctx,
196 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
276 static int MD5_Init(MD5_CTX *pctx)
281 static void MD5_Update(MD5_CTX *pctx,
288 static void MD5_Final(unsigned char digest[16], MD5_CTX *pctx)
329 static int MD5_Init(MD5_CTX *ctx)
335 static void MD5_Update(MD5_CTX *ctx,
342 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
399 static int MD5_Init(MD5_CTX *ctx)
408 static void MD5_Update(MD5_CTX *ctx,
415 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
469 sizeof(MD5_CTX),