OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:params_pkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
tls.c
307
EVP_PKEY *
params_pkey
= NULL;
local
398
rv = EVP_PKEY_paramgen(pkey_ctx, &
params_pkey
);
399
if (rv != 1 ||
params_pkey
== NULL) {
405
pkey_ctx = EVP_PKEY_CTX_new(
params_pkey
, NULL);
419
EVP_PKEY_free(
params_pkey
);
420
params_pkey
= NULL;
518
if (
params_pkey
!= NULL) {
519
EVP_PKEY_free(
params_pkey
);
/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
);
Completed in 74 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026