Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_client_scan.c139 myfree(params->tls_tkt_cipher); in tls_proxy_client_param_free()
164 VSTRING *tls_tkt_cipher = vstring_alloc(25); in tls_proxy_client_param_scan() local
187 RECV_ATTR_STR(VAR_TLS_TKT_CIPHER, tls_tkt_cipher), in tls_proxy_client_param_scan()
213 params->tls_tkt_cipher = vstring_export(tls_tkt_cipher); in tls_proxy_client_param_scan()
H A Dtls_proxy_client_misc.c84 tls_tkt_cipher = var_tls_tkt_cipher, in tls_proxy_client_param_from_config()
H A Dtls_proxy.h62 char *tls_tkt_cipher; member
H A Dtls_proxy_client_print.c119 SEND_ATTR_STR(VAR_TLS_TKT_CIPHER, params->tls_tkt_cipher), in tls_proxy_client_param_print()