Lines Matching defs: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)
217 if (sending == -1) {
230 if ((sending && (s->statem.hand_state == TLS_ST_PENDING_EARLY_DATA_END
233 || (!sending && s->statem.hand_state == TLS_ST_EARLY_DATA)) {
239 if (sending && s->early_data_state == SSL_EARLY_DATA_WRITE_RETRY)
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 */
863 * message after all and continue. Skip sending.