Lines Matching refs:sending
24 * The Message flow state machine controls the reading and sending of messages
196 * |sending| is 1 if we are attempting to send data (SSL_write*()), 0 if we are
200 void ossl_statem_check_finish_init(SSL *s, int sending)
202 if (sending == -1) {
215 if ((sending && (s->statem.hand_state == TLS_ST_PENDING_EARLY_DATA_END
218 || (!sending && s->statem.hand_state == TLS_ST_EARLY_DATA)) {
224 if (sending && s->early_data_state == SSL_EARLY_DATA_WRITE_RETRY)
352 * failed to even initialise properly. Sending an alert is probably
743 * sending of the message. This could result in an NBIO event occurring in
748 * sending.
750 * WRITE_STATE_POST_WORK performs any work necessary after the sending of the
831 /* Skip construction and sending. This isn't a "real" state */