EVP_PKEY_meth_find

Find a registered EVP_PKEY_METHOD by key type NID (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
EVP_PKEY_METHOD const*
EVP_PKEY_meth_find(int type);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Matching method, or NULL if none is registered.

Parameters

NameDescription
typeKey type such as EVP_PKEY_RSA.