Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c721 if (TLSP_CAN_TRICKLE_OUT_PLAINTEXT(state->plaintext_buf)) { in tlsp_eval_tls_error()
778 state->plaintext_buf = in tlsp_post_handshake()
791 NBBIO *plaintext_buf; in tlsp_strategy() local
841 plaintext_buf = state->plaintext_buf; in tlsp_strategy()
842 if (NBBIO_ERROR_FLAGS(plaintext_buf)) { in tlsp_strategy()
843 if (NBBIO_ACTIVE_FLAGS(plaintext_buf)) in tlsp_strategy()
844 nbbio_disable_readwrite(state->plaintext_buf); in tlsp_strategy()
874 while (NBBIO_READ_PEND(plaintext_buf) > 0) { in tlsp_strategy()
876 ssl_stat = SSL_write(tls_context->con, NBBIO_READ_BUF(plaintext_buf), in tlsp_strategy()
877 NBBIO_READ_PEND(plaintext_buf)); in tlsp_strategy()
[all …]
H A Dtlsproxy_state.c113 state->plaintext_buf = 0; in tlsp_state_create()
139 if (state->plaintext_buf) /* turns off plaintext events */ in tlsp_state_free()
140 nbbio_free(state->plaintext_buf); in tlsp_state_free()
H A Dtlsproxy.h33 NBBIO *plaintext_buf; /* plaintext buffer */ member