Home | History | Annotate | Download | only in lib

Lines Matching defs:MD5_Init

42 static void MD5_Init(MD5_CTX * ctx)
44 md5_init(ctx);
68 static void MD5_Init(MD5_CTX * ctx)
110 static void MD5_Init(MD5_CTX *ctx)
139 static void MD5_Init(MD5_CTX *ctx)
228 static void MD5_Init(MD5_CTX *ctx);
388 static void MD5_Init(MD5_CTX *ctx)
488 (HMAC_hinit_func) MD5_Init, /* Hash initialization function. */
499 (Curl_MD5_init_func) MD5_Init, /* Digest initialization function */
514 MD5_Init(&ctx);