Return the OSSL_PARAM descriptors that may be set on an initialized cipher context.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_CIPHER_CTX_settable_params(EVP_CIPHER_CTX* ctx);

Return Value

Array of settable parameter descriptors terminated by OSSL_PARAM_construct_end(), or NULL.

Parameters

Name

Description

ctx

Cipher context to query.

Created with MrDocs