Home
last modified time | relevance | path

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

/mbedtls-3.4.0/library/
Dssl_msg.c2372 ssl->handshake->cur_msg = ssl->handshake->flight; in mbedtls_ssl_flight_transmit()
2381 while( ssl->handshake->cur_msg != NULL ) in mbedtls_ssl_flight_transmit()
2384 const mbedtls_ssl_flight_item * const cur = ssl->handshake->cur_msg; in mbedtls_ssl_flight_transmit()
2490 ssl->handshake->cur_msg = cur->next; in mbedtls_ssl_flight_transmit()
2495 ssl->handshake->cur_msg = NULL; in mbedtls_ssl_flight_transmit()
2533 ssl->handshake->cur_msg = NULL; in mbedtls_ssl_recv_flight_completed()
Dssl_misc.h869 mbedtls_ssl_flight_item *cur_msg; /*!< Current message in flight */ member