Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl_internal.h512 mbedtls_ssl_flight_item *flight; /*!< Current outgoing flight */ member
1306 void mbedtls_ssl_flight_free( mbedtls_ssl_flight_item *flight );
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_msg.c2308 if( ssl->handshake->flight == NULL ) in ssl_flight_append()
2309 ssl->handshake->flight = msg; in ssl_flight_append()
2312 mbedtls_ssl_flight_item *cur = ssl->handshake->flight; in ssl_flight_append()
2325 void mbedtls_ssl_flight_free( mbedtls_ssl_flight_item *flight ) in mbedtls_ssl_flight_free() argument
2327 mbedtls_ssl_flight_item *cur = flight; in mbedtls_ssl_flight_free()
2417 ssl->handshake->cur_msg = ssl->handshake->flight; in mbedtls_ssl_flight_transmit()
2418 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit()
2576 mbedtls_ssl_flight_free( ssl->handshake->flight ); in mbedtls_ssl_recv_flight_completed()
2577 ssl->handshake->flight = NULL; in mbedtls_ssl_recv_flight_completed()
Dssl_tls.c3353 ssl->handshake->flight != NULL ) in mbedtls_ssl_handshake_wrapup()
6054 mbedtls_ssl_flight_free( handshake->flight ); in mbedtls_ssl_handshake_free()