Apply an OSSL_PARAM array of parameters to a MAC context.
Declared in <openssl/evp.h>
int
EVP_MAC_CTX_set_params(
EVP_MAC_CTX* ctx,
OSSL_PARAM const params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | MAC context to update. |
| params | Parameter array terminated by OSSL_PARAM_construct_end(). |