Home
last modified time | relevance | path

Searched refs:tlsp_state_create (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.h54 extern TLSP_STATE *tlsp_state_create(const char *, VSTREAM *);
H A Dtlsproxy_state.c105 TLSP_STATE *tlsp_state_create(const char *service, in tlsp_state_create() function
H A Dtlsproxy.c1520 state = tlsp_state_create(service, plaintext_stream); in tlsp_service()