Searched refs:MD5Init (Results 1 – 3 of 3) sorted by relevance
55 MD5Init(&ctx->u.md5); in crypto_hash_init()77 MD5Init(&ctx->u.md5); in crypto_hash_init()91 MD5Init(&ctx->u.md5); in crypto_hash_init()259 MD5Init(&ctx->u.md5); in crypto_hash_finish()
18 void MD5Init(struct MD5Context *context);
39 MD5Init(&ctx); in md5_vector()87 void MD5Init(struct MD5Context *ctx) in MD5Init() function