Searched refs:qio_channel_tls_new_client (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/io/ |
H A D | channel-tls.h | 109 qio_channel_tls_new_client(QIOChannel *master,
|
/openbmc/qemu/migration/ |
H A D | tls.c | 133 return qio_channel_tls_new_client(ioc, creds, hostname, errp); in migration_tls_client_create()
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-tls.c | 191 clientChanTLS = qio_channel_tls_new_client( in test_io_channel_tls()
|
/openbmc/qemu/io/ |
H A D | trace-events | 40 qio_channel_tls_new_client(void *ioc, void *master, void *creds, const char *hostname) "TLS new cli…
|
H A D | channel-tls.c | 108 qio_channel_tls_new_client(QIOChannel *master, in qio_channel_tls_new_client() function
|
/openbmc/qemu/nbd/ |
H A D | client.c | 635 tioc = qio_channel_tls_new_client(ioc, tlscreds, hostname, errp); in nbd_receive_starttls()
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 849 tioc = qio_channel_tls_new_client( in tcp_chr_tls_init()
|