Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_handshake_step (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c291 ret = mbedtls_ssl_handshake_step(ssl); in mbedtls_handshake()
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c892 ret = mbedtls_ssl_handshake_step(second_ssl); in mbedtls_test_move_handshake_to_state()
901 ret = mbedtls_ssl_handshake_step(ssl); in mbedtls_test_move_handshake_to_state()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c926 ret = mbedtls_ssl_handshake_step(second_ssl); in mbedtls_test_move_handshake_to_state()
935 ret = mbedtls_ssl_handshake_step(ssl); in mbedtls_test_move_handshake_to_state()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h4798 int mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h4981 int mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ssl.function3991 ret = mbedtls_ssl_handshake_step(&(client_ep.ssl));
3998 ret = mbedtls_ssl_handshake_step(&(server_ep.ssl));
4598 ret = mbedtls_ssl_handshake_step(&(client_ep.ssl));
4605 ret = mbedtls_ssl_handshake_step(&(server_ep.ssl));
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/
H A Dtls13-support.md368 The sending of data to the peer only occurs in `mbedtls_ssl_handshake_step`
/aosp_15_r20/external/mbedtls/docs/architecture/
H A Dtls13-support.md407 The sending of data to the peer only occurs in `mbedtls_ssl_handshake_step`
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls.c3811 int mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl) in mbedtls_ssl_handshake_step() function
3923 ret = mbedtls_ssl_handshake_step(ssl); in mbedtls_ssl_handshake()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls.c4498 int mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl) in mbedtls_ssl_handshake_step() function
4610 ret = mbedtls_ssl_handshake_step(ssl); in mbedtls_ssl_handshake()
H A Dssl_msg.c6115 ret = mbedtls_ssl_handshake_step(ssl); in mbedtls_ssl_write_early_data()
/aosp_15_r20/external/mbedtls/
H A DChangeLog806 mbedtls_ssl_handshake_step(), requested in #4383.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1066 mbedtls_ssl_handshake_step(), requested in #4383.