Home
last modified time | relevance | path

Searched refs:TLS_CLIENT_PARAMS (Results 1 – 8 of 8) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_proxy.h46 typedef struct TLS_CLIENT_PARAMS { struct
65 } TLS_CLIENT_PARAMS; argument
79 extern TLS_CLIENT_PARAMS *tls_proxy_client_param_from_config(TLS_CLIENT_PARAMS *);
80 …char *tls_proxy_client_param_serialize(ATTR_PRINT_COMMON_FN, VSTRING *, const TLS_CLIENT_PARAMS *);
82 extern void tls_proxy_client_param_free(TLS_CLIENT_PARAMS *);
H A Dtls_proxy_client_misc.c66 TLS_CLIENT_PARAMS *tls_proxy_client_param_from_config(TLS_CLIENT_PARAMS *params) in tls_proxy_client_param_from_config()
94 const TLS_CLIENT_PARAMS *params) in tls_proxy_client_param_serialize()
H A Dtls_proxy_client_scan.c122 void tls_proxy_client_param_free(TLS_CLIENT_PARAMS *params) in tls_proxy_client_param_free()
145 TLS_CLIENT_PARAMS *params in tls_proxy_client_param_scan()
146 = (TLS_CLIENT_PARAMS *) mymalloc(sizeof(*params)); in tls_proxy_client_param_scan()
214 *(TLS_CLIENT_PARAMS **) ptr = params; in tls_proxy_client_param_scan()
H A Dtls_proxy_client_print.c91 const TLS_CLIENT_PARAMS *params = (const TLS_CLIENT_PARAMS *) ptr; in tls_proxy_client_param_print()
/dports/mail/postfix-current/postfix-3.7-20211107/src/tlsproxy/
H A Dtlsproxy.h42 TLS_CLIENT_PARAMS *tls_params; /* globals not part of init_props */
H A Dtlsproxy.c1190 static TLS_APPL_STATE *tlsp_client_init(TLS_CLIENT_PARAMS *tls_params, in tlsp_client_init()
1708 TLS_CLIENT_PARAMS tls_params; in pre_jail_init_client()
/dports/mail/postfix-current/postfix-3.7-20211107/src/posttls-finger/
H A Dposttls-finger.c786 TLS_CLIENT_PARAMS tls_params; in starttls()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_proto.c908 TLS_CLIENT_PARAMS tls_params; in smtp_start_tls()