Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_update_handshake_status (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_misc.h1357 int mbedtls_ssl_update_handshake_status(mbedtls_ssl_context *ssl);
H A Dssl_msg.c3304 int mbedtls_ssl_update_handshake_status(mbedtls_ssl_context *ssl) in mbedtls_ssl_update_handshake_status() function
4250 ret = mbedtls_ssl_update_handshake_status(ssl); in mbedtls_ssl_read_record()
H A Dssl_tls12_server.c4243 ret = mbedtls_ssl_update_handshake_status(ssl); in ssl_parse_certificate_verify()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_misc.h1325 int mbedtls_ssl_update_handshake_status(mbedtls_ssl_context *ssl);
H A Dssl_msg.c3315 int mbedtls_ssl_update_handshake_status(mbedtls_ssl_context *ssl) in mbedtls_ssl_update_handshake_status() function
4183 ret = mbedtls_ssl_update_handshake_status(ssl); in mbedtls_ssl_read_record()
H A Dssl_tls12_server.c4217 ret = mbedtls_ssl_update_handshake_status(ssl); in ssl_parse_certificate_verify()