Return the OSSL_PARAM descriptors gettable from an EVP_MD context.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_MD_gettable_ctx_params(EVP_MD const* md);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.
| Name | Description |
|---|---|
| md | Digest algorithm whose gettable context parameters are requested. |