Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dnet_sockets.h186 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dnet_sockets.c453 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout) in mbedtls_net_poll() function
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2222 * Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with
2377 * Fix a stack buffer overflow with mbedtls_net_poll() and
3807 * Extend the public API with the function of mbedtls_net_poll() to allow user