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

/netbsd-current/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy_state.c41 /* .IP ciphertext_fd
114 state->ciphertext_fd = -1;
144 if (state->ciphertext_fd >= 0) {
145 event_disable_readwrite(state->ciphertext_fd);
146 (void) close(state->ciphertext_fd);
H A Dtlsproxy.h34 int ciphertext_fd; /* remote peer */ member in struct:__anon99
H A Dtlsproxy.c641 int ciphertext_fd = state->ciphertext_fd; local
661 event_disable_readwrite(ciphertext_fd);
674 event_disable_readwrite(ciphertext_fd);
676 event_enable_write(ciphertext_fd, tlsp_ciphertext_event,
690 event_disable_readwrite(ciphertext_fd);
692 event_enable_read(ciphertext_fd, tlsp_ciphertext_event,
722 event_disable_readwrite(ciphertext_fd);
1030 state->client_start_props->fd = state->ciphertext_fd;
1082 fd = state->ciphertext_fd,
[all...]

Completed in 315 milliseconds