EVP_PKEY_get0_EC_KEY
if ((ec = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
struct ec_key_st *EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey);
if ((eckey = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
EVP_PKEY_get0_EC_KEY(pkey))) != sigalg->group_nid)
if ((eckey = EVP_PKEY_get0_EC_KEY(pkey)) == NULL) {
if ((eckey = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
if (EVP_PKEY_get0_EC_KEY(evp) == NULL) {
if ((ec = EC_KEY_dup(EVP_PKEY_get0_EC_KEY(evp))) == NULL) {