Searched refs:mbedtls_net_context (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | net_sockets.h | 83 typedef struct mbedtls_net_context { struct 92 mbedtls_net_context; typedef 100 void mbedtls_net_init(mbedtls_net_context *ctx); 117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto); 137 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto); 157 int mbedtls_net_accept(mbedtls_net_context *bind_ctx, 158 mbedtls_net_context *client_ctx, 186 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout); 195 int mbedtls_net_set_block(mbedtls_net_context *ctx); 204 int mbedtls_net_set_nonblock(mbedtls_net_context *ctx); [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 150 void mbedtls_net_init(mbedtls_net_context *ctx) in mbedtls_net_init() 158 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, in mbedtls_net_connect() 205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind() 277 static int net_would_block(const mbedtls_net_context *ctx) in net_would_block() 289 static int net_would_block(const mbedtls_net_context *ctx) in net_would_block() 317 int mbedtls_net_accept(mbedtls_net_context *bind_ctx, in mbedtls_net_accept() 318 mbedtls_net_context *client_ctx, in mbedtls_net_accept() 427 int mbedtls_net_set_block(mbedtls_net_context *ctx) in mbedtls_net_set_block() 438 int mbedtls_net_set_nonblock(mbedtls_net_context *ctx) in mbedtls_net_set_nonblock() 453 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout) in mbedtls_net_poll() [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1673 X.509 parsing, and finally the field fd of mbedtls_net_context on 4820 changed type to "mbedtls_net_context *".
|