Return the OSSL_PARAM descriptors for parameters settable on an MD context.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_MD_settable_ctx_params(EVP_MD const* md);
NULL-terminated OSSL_PARAM array, or NULL if none are available.
| Name | Description |
|---|---|
| md | Digest method whose settable context parameters are listed. |