info > EVP_MD-MD4(7SSL)

๐Ÿ—‚๏ธ EVP_MD-MD4(7SSL) โ€” OpenSSL

๐Ÿง NAME

EVP_MD-MD4 - The MD4 EVP_MD implementation

๐Ÿš€ Quick Reference

Use CaseCommandDescription
Create digest contextEVP_MD_CTX *ctx = EVP_MD_CTX_new();Allocate context for MD4 hashing
Initialize MD4EVP_DigestInit_ex(ctx, EVP_md4(), NULL);Initialize context for MD4
Update digestEVP_DigestUpdate(ctx, data, len);Feed data into the MD4 computation
Finalize digestEVP_DigestFinal_ex(ctx, md, &mdlen);Obtain the final MD4 digest
Free contextEVP_MD_CTX_free(ctx);Release resources

๐Ÿ“– DESCRIPTION

Support for computing MD4 digests through the EVP_MD API.

๐Ÿท๏ธ Identity

This implementation is only available with the legacy provider, and is identified with the name "MD4".

๐Ÿ”ง Gettable Parameters

This implementation supports the common gettable parameters described in EVP_MD-common(7).

๐Ÿ”— SEE ALSO

provider-digest(7), OSSL_PROVIDER-default(7)

ยฉ๏ธ COPYRIGHT

Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.

3.0.2 ยท 2026-06-02 ยท EVP_MD-MD4(7SSL)

EVP_MD-MD4(7SSL)
๐Ÿง NAME ๐Ÿš€ Quick Reference ๐Ÿ“– DESCRIPTION
๐Ÿท๏ธ Identity ๐Ÿ”ง Gettable Parameters
๐Ÿ”— SEE ALSO ยฉ๏ธ COPYRIGHT

Generated by phpman v4.9.22-1-g1b0fcb4 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-05 04:56 @216.73.216.52
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-pro / taotoken.net / www.chedong.com - original format