Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/suites/
Dtest_suite_net.function77 /* Test that mbedtls_net_poll does not misbehave when given a file
113 /* In principle, mbedtls_net_poll() with valid arguments should succeed.
119 * If mbedtls_net_poll() does not proprely check that ctx.fd is in range,
124 ret = mbedtls_net_poll(&ctx, MBEDTLS_NET_POLL_READ, 0);
/mbedtls-3.5.0/include/mbedtls/
Dnet_sockets.h198 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout);
/mbedtls-3.5.0/programs/ssl/
Dssl_test_lib.c409 ret = mbedtls_net_poll(fd, poll_type, 0); in idle()
/mbedtls-3.5.0/library/
Dnet_sockets.c469 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout) in mbedtls_net_poll() function
/mbedtls-3.5.0/
DChangeLog1253 * Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with
1408 * Fix a stack buffer overflow with mbedtls_net_poll() and
2838 * Extend the public API with the function of mbedtls_net_poll() to allow user