HomeSort by: relevance | last modified time | path
    Searched refs:kex_curve (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_context_scan.c 84 VSTRING *kex_curve = vstring_alloc(25); local
116 RECV_ATTR_STR(TLS_ATTR_KEX_CURVE, kex_curve),
140 tls_context->kex_curve = vstring_export(kex_curve);
177 if (tls_context->kex_curve)
178 myfree((void *) tls_context->kex_curve);
tls_proxy_context_print.c 90 STRING_OR_EMPTY(tp->kex_curve)),
tls_misc.c 1033 char *kex_curve = 0; local
1078 kex_curve = ec_curve_name(dh_pkey);
1085 TLScontext->kex_curve = kex_curve;
1257 if (ctx->kex_curve && *ctx->kex_curve)
1258 vstring_sprintf_append(msg, " (%s)", ctx->kex_curve);
1362 TLScontext->kex_curve = 0;
1414 if (TLScontext->kex_curve)
1415 myfree((void *) TLScontext->kex_curve);
    [all...]
tls.h 254 const char *kex_curve; /* shared key-exchange ECDHE curve */ member in struct:__anon80
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.c 3572 if (state->tls_context->kex_curve
3573 && *state->tls_context->kex_curve)
3575 state->tls_context->kex_curve);

Completed in 63 milliseconds