Apply an OSSL_PARAM array to an encoder context.
Declared in <openssl/encoder.h>
int
OSSL_ENCODER_CTX_set_params(
OSSL_ENCODER_CTX* ctx,
OSSL_PARAM const params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Encoder context to configure. |
| params | Parameters recognised by the encoder's settable_ctx_params; may be empty. |