Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_write_handshake_msg_ext (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_misc.h1449 int mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl,
1454 return mbedtls_ssl_write_handshake_msg_ext(ssl, 1 /* update checksum */, 1 /* force flush */); in mbedtls_ssl_write_handshake_msg()
H A Dssl_msg.c2775 int mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl, in mbedtls_ssl_write_handshake_msg_ext() function
2919 MBEDTLS_SSL_PROC_CHK(mbedtls_ssl_write_handshake_msg_ext(ssl, 0, 0)); in mbedtls_ssl_finish_handshake_msg()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_misc.h1417 int mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl,
1422 return mbedtls_ssl_write_handshake_msg_ext(ssl, 1 /* update checksum */, 1 /* force flush */); in mbedtls_ssl_write_handshake_msg()
H A Dssl_msg.c2780 int mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl, in mbedtls_ssl_write_handshake_msg_ext() function
2924 MBEDTLS_SSL_PROC_CHK(mbedtls_ssl_write_handshake_msg_ext(ssl, 0, 0)); in mbedtls_ssl_finish_handshake_msg()