Lines Matching refs:ctx
368 mbedtls_net_context *ctx;
391 ret = mbedtls_net_send(buf->ctx, buf->data, buf->len);
448 static int dispatch_data(mbedtls_net_context *ctx,
456 if (outbuf[0].ctx == ctx) {
458 } else if (outbuf[1].ctx == ctx) {
470 ret = mbedtls_net_send(ctx, data, len);
865 outbuf[0].ctx = &server_fd;
870 outbuf[1].ctx = &client_fd;