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
Name |
Description |
type |
Key type such as EVP_PKEY_RSA. |
Created with MrDocs