Return the OSSL_PARAM descriptors settable on a live MAC context.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_MAC_CTX_settable_params(EVP_MAC_CTX* ctx);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.
| Name | Description |
|---|---|
| ctx | MAC context to query. |