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

Name

Description

ctx

Encoder context to configure.

params

Parameters recognised by the encoder's settable_ctx_params; may be empty.

Created with MrDocs