EVP_PKEY_meth_new
meth = EVP_PKEY_meth_new(EVP_PKEY_HMAC, 0);
|| (dasync_rsa = EVP_PKEY_meth_new(EVP_PKEY_RSA,
OSSL_DEPRECATEDIN_3_0 EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags);
if (!TEST_ptr(test_rsa = EVP_PKEY_meth_new(EVP_PKEY_RSA, 0)))
|| !TEST_ptr(custom_pmeth = EVP_PKEY_meth_new(id, orig_flags)))
custom_pmeth = EVP_PKEY_meth_new(0xdefaced, 0);