Return the OSSL_PARAM descriptors for parameters retrievable from pkey.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_PKEY_gettable_params(EVP_PKEY const* pkey);
Constant OSSL_PARAM array, or NULL on error.
| Name | Description |
|---|---|
| pkey | Key whose gettable parameter names and types are listed. |