Retrieve algorithm-level parameters from a cipher implementation.
Declared in <openssl/evp.h>
int
EVP_CIPHER_get_params(
EVP_CIPHER* cipher,
OSSL_PARAM params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| cipher | Cipher method to query. |
| params | OSSL_PARAM array describing the values to fetch. |