Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_internal.h582 mbedtls_ssl_flight_item *flight; /*!< Current outgoing flight */ member
1341 void mbedtls_ssl_flight_free( mbedtls_ssl_flight_item *flight );
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_msg.c2198 if( ssl->handshake->flight == NULL ) in ssl_flight_append()
2199 ssl->handshake->flight = msg; in ssl_flight_append()
2202 mbedtls_ssl_flight_item *cur = ssl->handshake->flight; in ssl_flight_append()
2215 void mbedtls_ssl_flight_free( mbedtls_ssl_flight_item *flight ) in mbedtls_ssl_flight_free() argument
2217 mbedtls_ssl_flight_item *cur = flight; in mbedtls_ssl_flight_free()
2308 ssl->handshake->cur_msg = ssl->handshake->flight; in mbedtls_ssl_flight_transmit()
2309 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit()
2467 mbedtls_ssl_flight_free( ssl->handshake->flight ); in mbedtls_ssl_recv_flight_completed()
2468 ssl->handshake->flight = NULL; in mbedtls_ssl_recv_flight_completed()
A Dssl_tls.c3511 ssl->handshake->flight != NULL ) in mbedtls_ssl_handshake_wrapup()
6166 mbedtls_ssl_flight_free( handshake->flight ); in mbedtls_ssl_handshake_free()

Completed in 25 milliseconds