OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_pmeth
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c
4422
static const EVP_PKEY_METHOD *
orig_pmeth
= NULL;
variable
4430
EVP_PKEY_meth_get_init(
orig_pmeth
, &pinit);
4438
EVP_PKEY_meth_get_cleanup(
orig_pmeth
, &pcleanup);
4449
EVP_PKEY_meth_get_sign(
orig_pmeth
, NULL, &psign);
4460
EVP_PKEY_meth_get_digestsign(
orig_pmeth
, &pdigestsign);
4469
EVP_PKEY_meth_get_derive(
orig_pmeth
, NULL, &pderive);
4477
EVP_PKEY_meth_get_copy(
orig_pmeth
, &pcopy);
4487
EVP_PKEY_meth_get_ctrl(
orig_pmeth
, &pctrl, NULL);
4599
if (!TEST_ptr(
orig_pmeth
= EVP_PKEY_meth_find(id))
4603
EVP_PKEY_meth_get0_info(&orig_id, &orig_flags,
orig_pmeth
);
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c
5451
static const EVP_PKEY_METHOD *
orig_pmeth
= NULL;
variable
5459
EVP_PKEY_meth_get_init(
orig_pmeth
, &pinit);
5467
EVP_PKEY_meth_get_cleanup(
orig_pmeth
, &pcleanup);
5478
EVP_PKEY_meth_get_sign(
orig_pmeth
, NULL, &psign);
5489
EVP_PKEY_meth_get_digestsign(
orig_pmeth
, &pdigestsign);
5498
EVP_PKEY_meth_get_derive(
orig_pmeth
, NULL, &pderive);
5506
EVP_PKEY_meth_get_copy(
orig_pmeth
, &pcopy);
5516
EVP_PKEY_meth_get_ctrl(
orig_pmeth
, &pctrl, NULL);
5628
if (!TEST_ptr(
orig_pmeth
= EVP_PKEY_meth_find(id))
5632
EVP_PKEY_meth_get0_info(&orig_id, &orig_flags,
orig_pmeth
);
[
all
...]
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026