Searched refs:md4_md (Results 1 – 4 of 4) sorted by relevance
20 const EVP_MD *md4_md; variable31 md4_md = EVP_get_digestbyname("md4"); in openssl_hash_init()32 if (!md4_md) { in openssl_hash_init()
35 extern const EVP_MD *md4_md;39 EVP_DigestInit_ex(ctx, md4_md, NULL); \
83 static const EVP_MD md4_md= variable101 return(&md4_md); in EVP_md4()
77 static const EVP_MD md4_md = { variable82 const EVP_MD *EVP_md4(void) { return &md4_md; } in EVP_md4()