OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srvr_sig_curve
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_context_scan.c
89
VSTRING *
srvr_sig_curve
= vstring_alloc(25);
local
125
RECV_ATTR_STR(TLS_ATTR_SRVR_SIG_CURVE,
srvr_sig_curve
),
145
tls_context->
srvr_sig_curve
= vstring_export(
srvr_sig_curve
);
187
if (tls_context->
srvr_sig_curve
)
188
myfree((void *) tls_context->
srvr_sig_curve
);
tls_proxy_context_print.c
108
STRING_OR_EMPTY(tp->
srvr_sig_curve
)),
tls_misc.c
1265
if (ctx->
srvr_sig_curve
&& *ctx->
srvr_sig_curve
)
1266
vstring_sprintf_append(msg, " (%s%s)", ctx->
srvr_sig_curve
,
1369
TLScontext->
srvr_sig_curve
= 0;
1424
if (TLScontext->
srvr_sig_curve
)
1425
myfree((void *) TLScontext->
srvr_sig_curve
);
tls.h
263
const char *
srvr_sig_curve
; /* server's ECDSA curve name */
member in struct:__anon80
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c
3592
if (state->tls_context->
srvr_sig_curve
3593
&& *state->tls_context->
srvr_sig_curve
)
3595
state->tls_context->
srvr_sig_curve
,
Completed in 52 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026