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/
H A Dtls_proxy_client_scan.c134 myfree(params->tls_ffdhe_auto); in tls_proxy_client_param_free()
159 VSTRING *tls_ffdhe_auto = vstring_alloc(25); in tls_proxy_client_param_scan() local
182 RECV_ATTR_STR(VAR_TLS_FFDHE_AUTO, tls_ffdhe_auto), in tls_proxy_client_param_scan()
208 params->tls_ffdhe_auto = vstring_export(tls_ffdhe_auto); in tls_proxy_client_param_scan()
H A Dtls_proxy_client_misc.c79 tls_ffdhe_auto = var_tls_ffdhe_auto, in tls_proxy_client_param_from_config()
H A Dtls_proxy.h57 char *tls_ffdhe_auto; member
H A Dtls_proxy_client_print.c111 SEND_ATTR_STR(VAR_TLS_FFDHE_AUTO, params->tls_ffdhe_auto), in tls_proxy_client_param_print()