Return the EVP_PKEY_METHOD that e provides for algorithm nid.
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
EVP_PKEY_METHOD const*
ENGINE_get_pkey_meth(
ENGINE* e,
int nid);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Matching EVP_PKEY_METHOD, or NULL if e does not implement nid.
Parameters
Name |
Description |
e |
ENGINE whose pkey‐method handler is queried. |
nid |
NID of the public‐key algorithm to look up. |
Created with MrDocs