Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_flight_item (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_misc.h897 mbedtls_ssl_flight_item *flight; /*!< Current outgoing flight */
898 mbedtls_ssl_flight_item *cur_msg; /*!< Current message in flight */
1258 struct mbedtls_ssl_flight_item { struct
1262 mbedtls_ssl_flight_item *next; /*!< next handshake message(s) */
1841 void mbedtls_ssl_flight_free(mbedtls_ssl_flight_item *flight);
H A Dssl_msg.c2416 mbedtls_ssl_flight_item *msg; in ssl_flight_append()
2422 if ((msg = mbedtls_calloc(1, sizeof(mbedtls_ssl_flight_item))) == NULL) { in ssl_flight_append()
2424 sizeof(mbedtls_ssl_flight_item))); in ssl_flight_append()
2445 mbedtls_ssl_flight_item *cur = ssl->handshake->flight; in ssl_flight_append()
2459 void mbedtls_ssl_flight_free(mbedtls_ssl_flight_item *flight) in mbedtls_ssl_flight_free()
2461 mbedtls_ssl_flight_item *cur = flight; in mbedtls_ssl_flight_free()
2462 mbedtls_ssl_flight_item *next; in mbedtls_ssl_flight_free()
2551 const mbedtls_ssl_flight_item * const cur = ssl->handshake->cur_msg; in mbedtls_ssl_flight_transmit()
/third_party/mbedtls/include/mbedtls/
H A Dssl.h875 typedef struct mbedtls_ssl_flight_item mbedtls_ssl_flight_item; typedef

Completed in 20 milliseconds