Get parameters from a MAC context.
Declared in <openssl/evp.h>
int
EVP_MAC_CTX_get_params(
EVP_MAC_CTX* ctx,
OSSL_PARAM params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | MAC context to query. |
| params | Array of OSSL_PARAM request/response descriptors terminated by OSSL_PARAM_END. |