Searched refs:kex_curve (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_context_scan.c84 VSTRING *kex_curve = vstring_alloc(25); local
116 RECV_ATTR_STR(TLS_ATTR_KEX_CURVE, kex_curve),
136 tls_context->kex_curve = vstring_export(kex_curve);
173 if (tls_context->kex_curve)
174 myfree((void *) tls_context->kex_curve);
H A Dtls_proxy_context_print.c90 STRING_OR_EMPTY(tp->kex_curve)),
H A Dtls_misc.c1026 char *kex_curve = 0; local
1057 kex_curve = ec_curve_name(dh_pkey);
1153 TLScontext->kex_curve = kex_curve;
1195 if (ctx->kex_curve && *ctx->kex_curve)
1196 vstring_sprintf_append(msg, " (%s)", ctx->kex_curve);
1292 TLScontext->kex_curve = 0;
1340 if (TLScontext->kex_curve)
1341 myfree((void *) TLScontext->kex_curve);
[all...]
H A Dtls.h235 const char *kex_curve; /* shared key-exchange ECDHE curve */ member in struct:__anon40
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3449 if (state->tls_context->kex_curve
3450 && *state->tls_context->kex_curve)
3452 state->tls_context->kex_curve);

Completed in 356 milliseconds