OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_dh_params
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
9561
static EVP_PKEY *
tmp_dh_params
= NULL;
variable
9566
if (
tmp_dh_params
== NULL) {
9599
tmp_dh_params
= dhpkey;
9607
if (
tmp_dh_params
!= NULL && !EVP_PKEY_up_ref(
tmp_dh_params
))
9610
return
tmp_dh_params
;
9626
* EVP_PKEY in
tmp_dh_params
, and so the DH object will live for the length
11424
EVP_PKEY_free(
tmp_dh_params
);
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
11017
static EVP_PKEY *
tmp_dh_params
= NULL;
variable
11022
if (
tmp_dh_params
== NULL) {
11056
tmp_dh_params
= dhpkey;
11064
if (
tmp_dh_params
!= NULL && !EVP_PKEY_up_ref(
tmp_dh_params
))
11067
return
tmp_dh_params
;
11083
* EVP_PKEY in
tmp_dh_params
, and so the DH object will live for the length
14356
EVP_PKEY_free(
tmp_dh_params
);
Completed in 28 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026