Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h4817 int mbedtls_ssl_check_pending(const mbedtls_ssl_context *ssl);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c5530 int mbedtls_ssl_check_pending(const mbedtls_ssl_context *ssl) in mbedtls_ssl_check_pending() function
H A Dssl_tls.c5128 if (mbedtls_ssl_check_pending(ssl) != 0) { in mbedtls_ssl_context_save()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3810 * Add function mbedtls_ssl_check_pending() to the public API to allow