OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:params_pkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
opensslecdsa_link.c
478
EVP_PKEY *
params_pkey
= NULL;
local
504
status = EVP_PKEY_paramgen(ctx, &
params_pkey
);
505
if (status != 1 ||
params_pkey
== NULL) {
512
ctx = EVP_PKEY_CTX_new(
params_pkey
, NULL);
531
EVP_PKEY_free(
params_pkey
);
/src/external/mpl/bind/dist/lib/isc/
tls.c
384
EVP_PKEY *
params_pkey
= NULL;
local
475
rv = EVP_PKEY_paramgen(pkey_ctx, &
params_pkey
);
476
if (rv != 1 ||
params_pkey
== NULL) {
482
pkey_ctx = EVP_PKEY_CTX_new(
params_pkey
, NULL);
496
EVP_PKEY_free(
params_pkey
);
497
params_pkey
= NULL;
592
if (
params_pkey
!= NULL) {
593
EVP_PKEY_free(
params_pkey
);
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026