EVP_CIPHER_get_params

Retrieve algorithm-level parameters from a cipher implementation.

Synopsis

Declared in <openssl/evp.h>

int
EVP_CIPHER_get_params(
    EVP_CIPHER* cipher,
    OSSL_PARAM params[]);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
cipherCipher method to query.
paramsOSSL_PARAM array describing the values to fetch.