Searched refs:cur_msg (Results 1 – 2 of 2) sorted by relevance
2164 ssl->handshake->cur_msg = ssl->handshake->flight; in mbedtls_ssl_flight_transmit()2173 while( ssl->handshake->cur_msg != NULL ) in mbedtls_ssl_flight_transmit()2176 const mbedtls_ssl_flight_item * const cur = ssl->handshake->cur_msg; in mbedtls_ssl_flight_transmit()2282 ssl->handshake->cur_msg = cur->next; in mbedtls_ssl_flight_transmit()2287 ssl->handshake->cur_msg = NULL; in mbedtls_ssl_flight_transmit()2325 ssl->handshake->cur_msg = NULL; in mbedtls_ssl_recv_flight_completed()
620 mbedtls_ssl_flight_item *cur_msg; /*!< Current message in flight */ member
Completed in 16 milliseconds