Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_check_pending (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/include/mbedtls/
Dssl.h4702 int mbedtls_ssl_check_pending(const mbedtls_ssl_context *ssl);
/mbedtls-latest/programs/ssl/
Dssl_server2.c3850 if (mbedtls_ssl_check_pending(&ssl) == 0 && in main()
/mbedtls-latest/library/
Dssl_msg.c5392 int mbedtls_ssl_check_pending(const mbedtls_ssl_context *ssl) in mbedtls_ssl_check_pending() function
Dssl_tls.c5067 if (mbedtls_ssl_check_pending(ssl) != 0) { in mbedtls_ssl_context_save()
/mbedtls-latest/
DChangeLog3617 * Add function mbedtls_ssl_check_pending() to the public API to allow