Retrieve algorithm parameters from a cipher context into params.
Declared in <openssl/evp.h>
int
EVP_CIPHER_CTX_get_params(
EVP_CIPHER_CTX* ctx,
OSSL_PARAM params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Cipher context to query. |
| params | NULL-terminated OSSL_PARAM array of parameters to fill. |