OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_pmeth
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c
2360
static EVP_PKEY_METHOD *
custom_pmeth
;
variable
4421
static EVP_PKEY_METHOD *
custom_pmeth
= NULL;
variable
4605
|| !TEST_ptr(
custom_pmeth
= EVP_PKEY_meth_new(id, orig_flags)))
4609
EVP_PKEY_meth_set_digestsign(
custom_pmeth
, custom_pmeth_digestsign);
4611
EVP_PKEY_meth_set_derive(
custom_pmeth
, NULL, custom_pmeth_derive);
4613
EVP_PKEY_meth_set_sign(
custom_pmeth
, NULL, custom_pmeth_sign);
4616
EVP_PKEY_meth_set_init(
custom_pmeth
, custom_pmeth_init);
4617
EVP_PKEY_meth_set_cleanup(
custom_pmeth
, custom_pmeth_cleanup);
4618
EVP_PKEY_meth_set_copy(
custom_pmeth
, custom_pmeth_copy);
4620
EVP_PKEY_meth_set_ctrl(
custom_pmeth
, custom_pmeth_ctrl, NULL)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/test/
evp_extra_test.c
1500
static EVP_PKEY_METHOD *
custom_pmeth
;
variable
2018
custom_pmeth
= EVP_PKEY_meth_new(0xdefaced, 0);
2019
if (!TEST_ptr(
custom_pmeth
))
2021
EVP_PKEY_meth_set_check(
custom_pmeth
, pkey_custom_check);
2022
EVP_PKEY_meth_set_public_check(
custom_pmeth
, pkey_custom_pub_check);
2023
EVP_PKEY_meth_set_param_check(
custom_pmeth
, pkey_custom_param_check);
2024
if (!TEST_int_eq(EVP_PKEY_meth_add0(
custom_pmeth
), 1))
/src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c
3286
static EVP_PKEY_METHOD *
custom_pmeth
;
variable
5450
static EVP_PKEY_METHOD *
custom_pmeth
= NULL;
variable
5634
|| !TEST_ptr(
custom_pmeth
= EVP_PKEY_meth_new(id, orig_flags)))
5638
EVP_PKEY_meth_set_digestsign(
custom_pmeth
, custom_pmeth_digestsign);
5641
EVP_PKEY_meth_set_derive(
custom_pmeth
, NULL, custom_pmeth_derive);
5643
EVP_PKEY_meth_set_sign(
custom_pmeth
, NULL, custom_pmeth_sign);
5646
EVP_PKEY_meth_set_init(
custom_pmeth
, custom_pmeth_init);
5647
EVP_PKEY_meth_set_cleanup(
custom_pmeth
, custom_pmeth_cleanup);
5648
EVP_PKEY_meth_set_copy(
custom_pmeth
, custom_pmeth_copy);
5650
EVP_PKEY_meth_set_ctrl(
custom_pmeth
, custom_pmeth_ctrl, NULL)
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026