Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_client_scan.c129 myfree(params->tls_medium_clist); in tls_proxy_client_param_free()
154 VSTRING *tls_medium_clist = vstring_alloc(25); in tls_proxy_client_param_scan() local
177 RECV_ATTR_STR(VAR_TLS_MEDIUM_CLIST, tls_medium_clist), in tls_proxy_client_param_scan()
203 params->tls_medium_clist = vstring_export(tls_medium_clist); in tls_proxy_client_param_scan()
H A Dtls_proxy_client_misc.c74 tls_medium_clist = var_tls_medium_clist, in tls_proxy_client_param_from_config()
H A Dtls_proxy.h52 char *tls_medium_clist; member
H A Dtls_proxy_client_print.c104 params->tls_medium_clist), in tls_proxy_client_param_print()