[#EVP_ASYM_CIPHER_gettable_ctx_params] = EVP_ASYM_CIPHER_gettable_ctx_params :mrdocs: Return the OSSL_PARAM descriptors gettable from an asymmetric‐cipher context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_PARAM.adoc[OSSL_PARAM] const* EVP_ASYM_CIPHER_gettable_ctx_params(xref:EVP_ASYM_CIPHER.adoc[EVP_ASYM_CIPHER] const* ciph); ---- == Return Value Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL. == Parameters [cols="1,4"] |=== | Name| Description | *ciph* | Asymmetric cipher algorithm whose gettable context parameters are requested. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#