Searched refs:orig_pmeth (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | evp_extra_test.c | 4880 static const EVP_PKEY_METHOD *orig_pmeth = NULL; variable 4888 EVP_PKEY_meth_get_init(orig_pmeth, &pinit); in custom_pmeth_init() 4896 EVP_PKEY_meth_get_cleanup(orig_pmeth, &pcleanup); in custom_pmeth_cleanup() 4907 EVP_PKEY_meth_get_sign(orig_pmeth, NULL, &psign); in custom_pmeth_sign() 4918 EVP_PKEY_meth_get_digestsign(orig_pmeth, &pdigestsign); in custom_pmeth_digestsign() 4927 EVP_PKEY_meth_get_derive(orig_pmeth, NULL, &pderive); in custom_pmeth_derive() 4935 EVP_PKEY_meth_get_copy(orig_pmeth, &pcopy); in custom_pmeth_copy() 4945 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL); in custom_pmeth_ctrl() 5057 if (!TEST_ptr(orig_pmeth = EVP_PKEY_meth_find(id)) in test_custom_pmeth() 5061 EVP_PKEY_meth_get0_info(&orig_id, &orig_flags, orig_pmeth); in test_custom_pmeth()
|
Completed in 16 milliseconds