Searched refs:mbedtls_net_poll (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_net.function | 77 /* 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);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_net.function | 77 /* 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);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | net_sockets.h | 186 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | net_sockets.h | 186 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout);
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_test_lib.c | 399 ret = mbedtls_net_poll(fd, poll_type, 0); in idle()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_test_lib.c | 429 ret = mbedtls_net_poll(fd, poll_type, 0); in idle()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | net_sockets.c | 453 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout) in mbedtls_net_poll() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | net_sockets.c | 453 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout) in mbedtls_net_poll() function
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1574 * Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with 1729 * Fix a stack buffer overflow with mbedtls_net_poll() and 3159 * Extend the public API with the function of mbedtls_net_poll() to allow user
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1834 * Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with 1989 * Fix a stack buffer overflow with mbedtls_net_poll() and 3419 * Extend the public API with the function of mbedtls_net_poll() to allow user
|