Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dnet_sockets.h47 #define MBEDTLS_ERR_NET_INVALID_CONTEXT -0x0045 /**< The context is invalid, eg … macro
/net-tools-latest/mbedtls-2.4.0/library/
Dnet_sockets.c464 return( MBEDTLS_ERR_NET_INVALID_CONTEXT ); in mbedtls_net_recv()
503 return( MBEDTLS_ERR_NET_INVALID_CONTEXT ); in mbedtls_net_recv_timeout()
544 return( MBEDTLS_ERR_NET_INVALID_CONTEXT ); in mbedtls_net_send()
Derror.c653 if( use_ret == -(MBEDTLS_ERR_NET_INVALID_CONTEXT) ) in mbedtls_strerror()