Lines Matching defs:flight
2411 * Append current handshake message to current outgoing flight
2418 MBEDTLS_SSL_DEBUG_BUF(4, "message appended to flight",
2441 /* Append to the current flight */
2442 if (ssl->handshake->flight == NULL) {
2443 ssl->handshake->flight = msg;
2445 mbedtls_ssl_flight_item *cur = ssl->handshake->flight;
2457 * Free the current flight of handshake messages
2459 void mbedtls_ssl_flight_free(mbedtls_ssl_flight_item *flight)
2461 mbedtls_ssl_flight_item *cur = flight;
2509 * Retransmit the current flight of messages.
2525 * Transmit or retransmit the current flight of messages.
2537 MBEDTLS_SSL_DEBUG_MSG(2, ("initialise flight transmission"));
2539 ssl->handshake->cur_msg = ssl->handshake->flight;
2540 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12;
2685 * To be called when the last message of an incoming flight is received.
2690 mbedtls_ssl_flight_free(ssl->handshake->flight);
2691 ssl->handshake->flight = NULL;
2694 /* The next incoming flight will start with this msg_seq */
2697 /* We don't want to remember CCS's across flight boundaries. */
2715 * To be called when the last message of an outgoing flight is send.
3260 /* Retransmit only on last message from previous flight, to avoid
3265 MBEDTLS_SSL_DEBUG_MSG(2, ("received message from last flight, "
4000 * it is treated as the start of the client's second flight and the
4295 MBEDTLS_SSL_DEBUG_MSG(2, ("CCS not seen in the current flight"));
4636 * is in flight, as corrupting ssl->in_msglen during