Lines Matching defs:orig_pmeth
4057 static const EVP_PKEY_METHOD *orig_pmeth = NULL;
4065 EVP_PKEY_meth_get_init(orig_pmeth, &pinit);
4073 EVP_PKEY_meth_get_cleanup(orig_pmeth, &pcleanup);
4084 EVP_PKEY_meth_get_sign(orig_pmeth, NULL, &psign);
4095 EVP_PKEY_meth_get_digestsign(orig_pmeth, &pdigestsign);
4104 EVP_PKEY_meth_get_derive(orig_pmeth, NULL, &pderive);
4112 EVP_PKEY_meth_get_copy(orig_pmeth, &pcopy);
4122 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL);
4234 if (!TEST_ptr(orig_pmeth = EVP_PKEY_meth_find(id))
4238 EVP_PKEY_meth_get0_info(&orig_id, &orig_flags, orig_pmeth);