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