Return the EVP_PKEY_ASN1_METHOD enumeration/lookup callback registered on an ENGINE.
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE_PKEY_ASN1_METHS_PTR
ENGINE_get_pkey_asn1_meths(ENGINE const* e);
Deprecated. Use of this entity is allowed but discouraged.
ASN.1 pkey-methods callback, or NULL if none is set.
| Name | Description |
|---|---|
| e | ENGINE to query. |