Return the OSSL_PARAM descriptors for key-generation parameters settable on this keymgmt.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_KEYMGMT_gen_settable_params(EVP_KEYMGMT const* keymgmt);
Constant OSSL_PARAM array, or NULL on error.
| Name | Description |
|---|---|
| keymgmt | Key management implementation to query. |