Sponsor:

Your company here, and a link to your site. Click to find out more.

EVP_MD-NULL.7ossl - Man Page

The NULL EVP_MD implementation

Description

Support for a NULL digest through the EVP_MD API. This algorithm does nothing and returns 1 for its init, update and final methods.

Algorithm Name

The following algorithm is available in the default provider:

"NULL"

Gettable Parameters

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

See Also

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

Referenced By

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

2024-04-04 3.2.1 OpenSSL