Home
last modified time | relevance | path

Searched refs:orig_pmeth (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Devp_extra_test.c4057 static const EVP_PKEY_METHOD *orig_pmeth = NULL; variable
4065 EVP_PKEY_meth_get_init(orig_pmeth, &pinit); in custom_pmeth_init()
4073 EVP_PKEY_meth_get_cleanup(orig_pmeth, &pcleanup); in custom_pmeth_cleanup()
4084 EVP_PKEY_meth_get_sign(orig_pmeth, NULL, &psign); in custom_pmeth_sign()
4095 EVP_PKEY_meth_get_digestsign(orig_pmeth, &pdigestsign); in custom_pmeth_digestsign()
4104 EVP_PKEY_meth_get_derive(orig_pmeth, NULL, &pderive); in custom_pmeth_derive()
4112 EVP_PKEY_meth_get_copy(orig_pmeth, &pcopy); in custom_pmeth_copy()
4122 EVP_PKEY_meth_get_ctrl(orig_pmeth, &pctrl, NULL); in custom_pmeth_ctrl()
4234 if (!TEST_ptr(orig_pmeth = EVP_PKEY_meth_find(id)) in test_custom_pmeth()
4238 EVP_PKEY_meth_get0_info(&orig_id, &orig_flags, orig_pmeth); in test_custom_pmeth()
[all...]

Completed in 6 milliseconds