Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy_state.c114 state->ciphertext_fd = -1; in tlsp_state_create()
144 if (state->ciphertext_fd >= 0) { in tlsp_state_free()
145 event_disable_readwrite(state->ciphertext_fd); in tlsp_state_free()
146 (void) close(state->ciphertext_fd); in tlsp_state_free()
H A Dtlsproxy.c641 int ciphertext_fd = state->ciphertext_fd; in tlsp_eval_tls_error() local
661 event_disable_readwrite(ciphertext_fd); in tlsp_eval_tls_error()
674 event_disable_readwrite(ciphertext_fd); in tlsp_eval_tls_error()
676 event_enable_write(ciphertext_fd, tlsp_ciphertext_event, in tlsp_eval_tls_error()
690 event_disable_readwrite(ciphertext_fd); in tlsp_eval_tls_error()
692 event_enable_read(ciphertext_fd, tlsp_ciphertext_event, in tlsp_eval_tls_error()
722 event_disable_readwrite(ciphertext_fd); in tlsp_eval_tls_error()
1030 state->client_start_props->fd = state->ciphertext_fd; in tlsp_client_start_pre_handshake()
1082 fd = state->ciphertext_fd, in tlsp_server_start_pre_handshake()
1152 || (state->ciphertext_fd = LOCAL_RECV_FD(plaintext_fd)) < 0) { in tlsp_get_fd_event()
[all …]
H A Dtlsproxy.h34 int ciphertext_fd; /* remote peer */ member