[#EVP_PKEY_get0_engine] = EVP_PKEY_get0_engine :mrdocs: Return the ENGINE associated with `pkey,` if any (deprecated). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* EVP_PKEY_get0_engine(xref:EVP_PKEY.adoc[EVP_PKEY] const* pkey); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value ENGINE pointer, or NULL if the key is not engine‐backed. == Parameters [cols="1,4"] |=== | Name| Description | *pkey* | Key to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#