Home
last modified time | relevance | path

Searched refs:flight (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dssl_internal.h582 mbedtls_ssl_flight_item *flight; /*!< Current outgoing flight */ member
1305 void mbedtls_ssl_flight_free( mbedtls_ssl_flight_item *flight );
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dssl_msg.c2182 if( ssl->handshake->flight == NULL ) in ssl_flight_append()
2183 ssl->handshake->flight = msg; in ssl_flight_append()
2186 mbedtls_ssl_flight_item *cur = ssl->handshake->flight; in ssl_flight_append()
2199 void mbedtls_ssl_flight_free( mbedtls_ssl_flight_item *flight ) in mbedtls_ssl_flight_free() argument
2201 mbedtls_ssl_flight_item *cur = flight; in mbedtls_ssl_flight_free()
2291 ssl->handshake->cur_msg = ssl->handshake->flight; in mbedtls_ssl_flight_transmit()
2292 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit()
2450 mbedtls_ssl_flight_free( ssl->handshake->flight ); in mbedtls_ssl_recv_flight_completed()
2451 ssl->handshake->flight = NULL; in mbedtls_ssl_recv_flight_completed()
Dssl_tls.c3488 ssl->handshake->flight != NULL ) in mbedtls_ssl_handshake_wrapup()
6129 mbedtls_ssl_flight_free( handshake->flight ); in mbedtls_ssl_handshake_free()