[#EVP_PKEY_meth_get0] = EVP_PKEY_meth_get0 :mrdocs: Return the registered EVP_PKEY_METHOD at index `idx` (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_get0(size_t idx); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Internal method pointer, or NULL if `idx` is out of range. == Parameters [cols="1,4"] |=== | Name| Description | *idx* | Zero‐based index in the range [0, EVP_PKEY_meth_get_count()).] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#