Describe OSSL_PARAM keys that may be set on contexts of cipher.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_CIPHER_settable_ctx_params(EVP_CIPHER const* cipher);
NULL-terminated OSSL_PARAM descriptor array, or NULL on error.
| Name | Description |
|---|---|
| cipher | Cipher implementation to query. |