OSSL_ENCODER_CTX_set_params

Apply an OSSL_PARAM array to an encoder context.

Synopsis

Declared in <openssl/encoder.h>

int
OSSL_ENCODER_CTX_set_params(
    OSSL_ENCODER_CTX* ctx,
    OSSL_PARAM const params[]);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
ctxEncoder context to configure.
paramsParameters recognised by the encoder's settable_ctx_params; may be empty.