Searched refs:TLSP_STATE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/tlsproxy/
H A Dtlsproxy.h38 } TLSP_STATE; typedef in typeref:struct:__anon11622
42 extern TLSP_STATE *tlsp_state_create(const char *, VSTREAM *);
43 extern void tlsp_state_free(TLSP_STATE *);
H A Dtlsproxy_state.c9 /* TLSP_STATE *tlsp_state_create(service, plaintext_stream)
14 /* TLSP_STATE *state;
16 /* This module provides TLSP_STATE constructor and destructor
32 /* text below describes how the TLSP_STATE destructor
96 TLSP_STATE *tlsp_state_create(const char *service,
99 TLSP_STATE *state = (TLSP_STATE *) mymalloc(sizeof(*state));
117 void tlsp_state_free(TLSP_STATE *state)
H A Dtlsproxy.c368 static int tlsp_eval_tls_error(TLSP_STATE *state, int err)
445 static void tlsp_strategy(TLSP_STATE *state)
605 TLSP_STATE *state = (TLSP_STATE *) context;
628 TLSP_STATE *state = (TLSP_STATE *) context;
651 static void tlsp_start_tls(TLSP_STATE *state)
724 TLSP_STATE *state = (TLSP_STATE *) context;
738 * us, the TLSP_STATE destructo
[all...]

Completed in 103 milliseconds