Searched refs:md4_md (Results 1 – 3 of 3) 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); \
81 static const EVP_MD md4_md= variable99 return(&md4_md); in EVP_md4()