Set provider parameters on an initialised cipher context.
Declared in <openssl/evp.h>
int
EVP_CIPHER_CTX_set_params(
EVP_CIPHER_CTX* ctx,
OSSL_PARAM const params[]);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | Cipher context. |
| params | NULL-terminated OSSL_PARAM array of values to apply. |