Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy_state.c115 state->ciphertext_timer = 0; in tlsp_state_create()
148 if (state->ciphertext_timer) in tlsp_state_free()
149 event_cancel_timer(state->ciphertext_timer, (void *) state); in tlsp_state_free()
H A Dtlsproxy.h35 EVENT_NOTIFY_FN ciphertext_timer; /* kludge */ member
H A Dtlsproxy.c1162 state->ciphertext_timer = tlsp_ciphertext_event; in tlsp_get_fd_event()