Searched refs:orig_pmeth (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 4422 static const EVP_PKEY_METHOD *orig_pmeth = NULL; variable 4430 EVP_PKEY_meth_get_init(orig_pmeth, &pinit); in custom_pmeth_init() 4438 EVP_PKEY_meth_get_cleanup(orig_pmeth, &pcleanup); in custom_pmeth_cleanup() 4449 EVP_PKEY_meth_get_sign(orig_pmeth, NULL, &psign); in custom_pmeth_sign() 4460 EVP_PKEY_meth_get_digestsign(orig_pmeth, &pdigestsign); in custom_pmeth_digestsign() 4469 EVP_PKEY_meth_get_derive(orig_pmeth, NULL, &pderive); in custom_pmeth_derive() 4477 EVP_PKEY_meth_get_copy(orig_pmeth, &pcopy); in custom_pmeth_copy() 4487 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL); in custom_pmeth_ctrl() 4599 if (!TEST_ptr(orig_pmeth = EVP_PKEY_meth_find(id)) in test_custom_pmeth() 4603 EVP_PKEY_meth_get0_info(&orig_id, &orig_flags, orig_pmeth); in test_custom_pmeth()
|