OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cinf
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/helpers/
quictestlib.c
476
int
cinf
;
local
494
if (!SSL_get_event_timeout(s, &tv, &
cinf
))
502
ctimeout =
cinf
? ossl_time_infinite() : ossl_time_from_timeval(tv);
/src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c
3631
struct cert_info *
cinf
/* certificate info/value structure */
3634
if (
cinf
->pkey != NULL)
3635
EVP_PKEY_free(
cinf
->pkey);
3636
if (
cinf
->subject != NULL)
3637
free(
cinf
->subject);
3638
if (
cinf
->issuer != NULL)
3639
free(
cinf
->issuer);
3640
if (
cinf
->grpkey != NULL)
3641
BN_free(
cinf
->grpkey);
3642
value_free(&
cinf
->cert)
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c
4153
const TLS_GROUP_INFO *
cinf
local
4156
if (
cinf
!= NULL)
4157
cptr[i] = tls1_group_id2nid(
cinf
->group_id, 1);
5589
const TLS_GROUP_INFO *
cinf
= NULL;
local
5598
cinf
= tls1_group_id_lookup(s->ctx, group_id);
5600
if (
cinf
!= NULL)
5601
return
cinf
->tlsname;
/src/crypto/external/bsd/openssl/dist/ssl/
s3_lib.c
3618
const TLS_GROUP_INFO *
cinf
local
3621
if (
cinf
!= NULL)
3622
cptr[i] = tls1_group_id2nid(
cinf
->group_id, 1);
4957
const TLS_GROUP_INFO *
cinf
= NULL;
local
4966
cinf
= tls1_group_id_lookup(s->ctx, group_id);
4968
if (
cinf
!= NULL)
4969
return
cinf
->tlsname;
/src/crypto/external/bsd/openssl.old/dist/ssl/
s3_lib.c
3612
const TLS_GROUP_INFO *
cinf
= tls1_group_id_lookup(clist[i]);
local
3614
if (
cinf
!= NULL)
3615
cptr[i] =
cinf
->nid;
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026