Searched refs:mbedtls_net_poll (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_net.function | 77 /* Test that mbedtls_net_poll does not misbehave when given a file 114 /* In principle, mbedtls_net_poll() with valid arguments should succeed. 120 * If mbedtls_net_poll() does not proprely check that ctx.fd is in range, 125 ret = mbedtls_net_poll( &ctx, MBEDTLS_NET_POLL_READ, 0 );
|
/third_party/mbedtls/include/mbedtls/ |
D | net_sockets.h | 199 int mbedtls_net_poll( mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout );
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_test_lib.c | 319 ret = mbedtls_net_poll( fd, poll_type, 0 ); in idle()
|
/third_party/mbedtls/library/ |
D | net_sockets.c | 484 int mbedtls_net_poll( mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout ) in mbedtls_net_poll() function
|
/third_party/mbedtls/ |
D | ChangeLog | 562 * Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with 717 * Fix a stack buffer overflow with mbedtls_net_poll() and 2147 * Extend the public API with the function of mbedtls_net_poll() to allow user
|