Searched refs:plaintext_buf (Results 1 – 3 of 3) sorted by relevance
730 if (TLSP_CAN_TRICKLE_OUT_PLAINTEXT(state->plaintext_buf)) { in tlsp_eval_tls_error()801 state->plaintext_buf = in tlsp_post_handshake()814 NBBIO *plaintext_buf; in tlsp_strategy() local864 plaintext_buf = state->plaintext_buf; in tlsp_strategy()865 if (NBBIO_ERROR_FLAGS(plaintext_buf)) { in tlsp_strategy()866 if (NBBIO_ACTIVE_FLAGS(plaintext_buf)) in tlsp_strategy()867 nbbio_disable_readwrite(state->plaintext_buf); in tlsp_strategy()897 while (NBBIO_READ_PEND(plaintext_buf) > 0) { in tlsp_strategy()899 ssl_stat = SSL_write(tls_context->con, NBBIO_READ_BUF(plaintext_buf), in tlsp_strategy()900 NBBIO_READ_PEND(plaintext_buf)); in tlsp_strategy()[all …]
113 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()
33 NBBIO *plaintext_buf; /* plaintext buffer */ member