Find the ASN.1 method implementing a public-key algorithm NID.
Declared in <openssl/evp.h>
EVP_PKEY_ASN1_METHOD const*
EVP_PKEY_asn1_find(
ENGINE** pe,
int type);
Internal EVP_PKEY_ASN1_METHOD pointer, or NULL if not found.
| Name | Description |
|---|---|
| pe | Optional ENGINE pointer updated when the method comes from an ENGINE, or NULL. |
| type | Algorithm NID such as EVP_PKEY_RSA. |