[#EVP_PKEY_CTX_get0_pkey] = EVP_PKEY_CTX_get0_pkey :mrdocs: Return the primary EVP_PKEY associated with a key context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* EVP_PKEY_CTX_get0_pkey(xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx); ---- == Return Value Key pointer owned by `ctx` (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Key context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#