Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_proxy_client_scan.c132 myfree(params->tls_high_clist); in tls_proxy_client_param_free()
157 VSTRING *tls_high_clist = vstring_alloc(25); in tls_proxy_client_param_scan() local
180 RECV_ATTR_STR(VAR_TLS_HIGH_CLIST, tls_high_clist), in tls_proxy_client_param_scan()
206 params->tls_high_clist = vstring_export(tls_high_clist); in tls_proxy_client_param_scan()
Dtls_proxy_client_misc.c73 tls_high_clist = var_tls_high_clist, in tls_proxy_client_param_from_config()
Dtls_proxy.h53 char *tls_high_clist; member
Dtls_proxy_client_print.c106 SEND_ATTR_STR(VAR_TLS_HIGH_CLIST, params->tls_high_clist), in tls_proxy_client_param_print()