Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dssl_msg.c2539 ssl->handshake->cur_msg = ssl->handshake->flight; in mbedtls_ssl_flight_transmit()
2549 while (ssl->handshake->cur_msg != NULL) { in mbedtls_ssl_flight_transmit()
2551 const mbedtls_ssl_flight_item * const cur = ssl->handshake->cur_msg; in mbedtls_ssl_flight_transmit()
2652 ssl->handshake->cur_msg = cur->next; in mbedtls_ssl_flight_transmit()
2655 ssl->handshake->cur_msg = NULL; in mbedtls_ssl_flight_transmit()
2692 ssl->handshake->cur_msg = NULL; in mbedtls_ssl_recv_flight_completed()
H A Dssl_misc.h898 mbedtls_ssl_flight_item *cur_msg; /*!< Current message in flight */ member

Completed in 11 milliseconds