Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_flush_output (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_msg.c2348 int mbedtls_ssl_flush_output(mbedtls_ssl_context *ssl) in mbedtls_ssl_flush_output() function
2580 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_flight_transmit()
2608 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_flight_transmit()
2667 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_flight_transmit()
3075 (ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_write_record()
5165 return mbedtls_ssl_flush_output(ssl); in mbedtls_ssl_send_alert_message()
5786 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_read()
6012 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in ssl_write_real()
6121 ret = mbedtls_ssl_flush_output(ssl); in mbedtls_ssl_write_early_data()
H A Dssl_misc.h1467 int mbedtls_ssl_flush_output(mbedtls_ssl_context *ssl);
H A Dssl_tls.c4482 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in ssl_prepare_handshake_step()
4717 return mbedtls_ssl_flush_output(ssl); in mbedtls_ssl_renegotiate()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_msg.c2353 int mbedtls_ssl_flush_output(mbedtls_ssl_context *ssl) in mbedtls_ssl_flush_output() function
2585 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_flight_transmit()
2613 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_flight_transmit()
2672 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_flight_transmit()
3080 (ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_write_record()
5100 return mbedtls_ssl_flush_output(ssl); in mbedtls_ssl_send_alert_message()
5680 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in mbedtls_ssl_read()
5904 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in ssl_write_real()
H A Dssl_misc.h1435 int mbedtls_ssl_flush_output(mbedtls_ssl_context *ssl);
H A Dssl_tls.c3795 if ((ret = mbedtls_ssl_flush_output(ssl)) != 0) { in ssl_prepare_handshake_step()
4030 return mbedtls_ssl_flush_output(ssl); in mbedtls_ssl_renegotiate()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ssl.function46 ret = mbedtls_ssl_flush_output(ssl);
3406 ret = mbedtls_ssl_flush_output(&(server_ep.ssl));
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ssl.function3235 ret = mbedtls_ssl_flush_output(&(server_ep.ssl));