Find a registered EVP_PKEY_METHOD by key type NID (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
EVP_PKEY_METHOD const*
EVP_PKEY_meth_find(int type);
Deprecated. Use of this entity is allowed but discouraged.
Matching method, or NULL if none is registered.
| Name | Description |
|---|---|
| type | Key type such as EVP_PKEY_RSA. |