Lines Matching refs:sending
32 * The Message flow state machine controls the reading and sending of messages
241 * |sending| is 1 if we are attempting to send data (SSL_write*()), 0 if we are
245 int ossl_statem_check_finish_init(SSL_CONNECTION *s, int sending)
247 if (sending == -1) {
260 if ((sending && (s->statem.hand_state == TLS_ST_PENDING_EARLY_DATA_END || s->statem.hand_state == TLS_ST_EARLY_DATA)
262 || (!sending && s->statem.hand_state == TLS_ST_EARLY_DATA)) {
268 if (sending && s->early_data_state == SSL_EARLY_DATA_WRITE_RETRY)
411 * failed to even initialise properly. Sending an alert is probably
794 * sending of the message. This could result in an NBIO event occurring in
799 * sending.
801 * WRITE_STATE_POST_WORK performs any work necessary after the sending of the
886 /* Skip construction and sending. This isn't a "real" state */
908 * message after all and continue. Skip sending.