Home
last modified time | relevance | path

Searched refs:tls_ffdhe_auto (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_proxy_client_scan.c138 myfree(params->tls_ffdhe_auto); in tls_proxy_client_param_free()
163 VSTRING *tls_ffdhe_auto = vstring_alloc(25); in tls_proxy_client_param_scan() local
186 RECV_ATTR_STR(VAR_TLS_FFDHE_AUTO, tls_ffdhe_auto), in tls_proxy_client_param_scan()
212 params->tls_ffdhe_auto = vstring_export(tls_ffdhe_auto); in tls_proxy_client_param_scan()
Dtls_proxy_client_misc.c79 tls_ffdhe_auto = var_tls_ffdhe_auto, in tls_proxy_client_param_from_config()
Dtls_proxy.h59 char *tls_ffdhe_auto; member
Dtls_proxy_client_print.c115 SEND_ATTR_STR(VAR_TLS_FFDHE_AUTO, params->tls_ffdhe_auto), in tls_proxy_client_param_print()