[#EVP_PKEY_meth_find] = EVP_PKEY_meth_find :mrdocs: Find a registered EVP_PKEY_METHOD by key type NID (deprecated). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:EVP_PKEY_METHOD.adoc[EVP_PKEY_METHOD] const* EVP_PKEY_meth_find(int type); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Matching method, or NULL if none is registered. == Parameters [cols="1,4"] |=== | Name| Description | *type* | Key type such as EVP_PKEY_RSA. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#