Set provider parameters on an initialised cipher context.

Synopsis

Declared in <openssl/evp.h>

int
EVP_CIPHER_CTX_set_params(
    EVP_CIPHER_CTX* ctx,
    OSSL_PARAM const params[]);

Return Value

1 on success, or 0 on error.

Parameters

Name

Description

ctx

Cipher context.

params

NULL‐terminated OSSL_PARAM array of values to apply.

Created with MrDocs