Return the OSSL_PARAM descriptors settable on an existing key via this keymgmt.
Synopsis
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_KEYMGMT_settable_params(EVP_KEYMGMT const* keymgmt);
Return Value
Constant OSSL_PARAM array, or NULL on error.
Parameters
Name |
Description |
keymgmt |
Key management implementation to query. |
Created with MrDocs