OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noqdh
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c
3089
DH *x942dh = NULL, *
noqdh
= NULL;
local
3103
|| !TEST_ptr(
noqdh
= DH_new())
3104
|| !TEST_true(DH_set0_pqg(
noqdh
, p, NULL, g))
3105
|| !TEST_true(DH_set0_key(
noqdh
, pubkey, NULL))
3115
|| !TEST_ptr(
noqdh
)
3131
if (!TEST_true(EVP_PKEY_set1_DH(pkey2,
noqdh
))
3149
DH_free(
noqdh
);
/src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c
4140
DH *x942dh = NULL, *
noqdh
= NULL;
local
4154
|| !TEST_ptr(
noqdh
= DH_new())
4155
|| !TEST_true(DH_set0_pqg(
noqdh
, p, NULL, g))
4156
|| !TEST_true(DH_set0_key(
noqdh
, pubkey, NULL))
4166
|| !TEST_ptr(
noqdh
)
4182
if (!TEST_true(EVP_PKEY_set1_DH(pkey2,
noqdh
))
4200
DH_free(
noqdh
);
Completed in 31 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026