Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dnet_sockets.h48 #define MBEDTLS_ERR_NET_RECV_FAILED -0x004C macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dnet_sockets.c572 return MBEDTLS_ERR_NET_RECV_FAILED; in mbedtls_net_recv()
619 return MBEDTLS_ERR_NET_RECV_FAILED; in mbedtls_net_recv_timeout()
H A Derror.c727 case -(MBEDTLS_ERR_NET_RECV_FAILED): in mbedtls_low_level_strerr()