Home | History | Annotate | Download | only in src

Lines Matching refs:MD5_CTX

38 #  define MD5_CTX    struct md5_ctx
43 # define MD5_CTX gcry_md_hd_t
49 # define MD5_CTX void *
57 # define MD5_CTX md5_context
88 # define MD5_CTX struct win32_crypto_hash
123 static int MD5_Init(MD5_CTX *ctx)
129 static void MD5_Update(MD5_CTX *ctx,
136 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
179 static int MD5_Init(MD5_CTX *ctx)
185 static void MD5_Update(MD5_CTX *ctx,
192 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
272 static int MD5_Init(MD5_CTX *pctx)
277 static void MD5_Update(MD5_CTX *pctx,
284 static void MD5_Final(unsigned char digest[16], MD5_CTX *pctx)
325 static int MD5_Init(MD5_CTX *ctx)
331 static void MD5_Update(MD5_CTX *ctx,
338 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
395 static int MD5_Init(MD5_CTX *ctx)
404 static void MD5_Update(MD5_CTX *ctx,
411 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
465 sizeof(MD5_CTX),