Return the EVP_PKEY_ASN1_METHOD that e provides for algorithm nid (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
EVP_PKEY_ASN1_METHOD const*
ENGINE_get_pkey_asn1_meth(
ENGINE* e,
int nid);
Deprecated. Use of this entity is allowed but discouraged.
Matching EVP_PKEY_ASN1_METHOD, or NULL if e does not implement nid.
| Name | Description |
|---|---|
| e | ENGINE whose ASN.1 pkey-method handler is queried. |
| nid | NID of the public-key algorithm to look up. |