EVP_PKEY_asn1_get0
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx);
LCRYPTO_ALIAS(EVP_PKEY_asn1_get0);
LCRYPTO_USED(EVP_PKEY_asn1_get0);
if ((ameth = EVP_PKEY_asn1_get0(i)) == NULL)
if ((ameth = EVP_PKEY_asn1_get0(i)) == NULL) {
if ((method = EVP_PKEY_asn1_get0(i)) == NULL) {
ameth = EVP_PKEY_asn1_get0(i);