Lines Matching full:sending
29 * The Message flow state machine controls the reading and sending of messages
211 * |sending| is 1 if we are attempting to send data (SSL_write*()), 0 if we are
215 void ossl_statem_check_finish_init(SSL *s, int sending) in ossl_statem_check_finish_init() argument
217 if (sending == -1) { in ossl_statem_check_finish_init()
230 if ((sending && (s->statem.hand_state == TLS_ST_PENDING_EARLY_DATA_END in ossl_statem_check_finish_init()
233 || (!sending && s->statem.hand_state == TLS_ST_EARLY_DATA)) { in ossl_statem_check_finish_init()
239 if (sending && s->early_data_state == SSL_EARLY_DATA_WRITE_RETRY) in ossl_statem_check_finish_init()
367 * failed to even initialise properly. Sending an alert is probably in state_machine()
753 * sending of the message. This could result in an NBIO event occurring in
758 * sending.
760 * WRITE_STATE_POST_WORK performs any work necessary after the sending of the
841 /* Skip construction and sending. This isn't a "real" state */ in write_state_machine()
863 * message after all and continue. Skip sending. in write_state_machine()