Home
last modified time | relevance | path

Searched refs:cur_msg (Results 1 – 2 of 2) sorted by relevance

/mbedtls-development/library/
A Dssl_msg.c2164 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()
A Dssl_misc.h620 mbedtls_ssl_flight_item *cur_msg; /*!< Current message in flight */ member

Completed in 13 milliseconds