Home
last modified time | relevance | path

Searched refs:qio_channel_tls_new_client (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/io/
H A Dchannel-tls.h109 qio_channel_tls_new_client(QIOChannel *master,
/openbmc/qemu/migration/
H A Dtls.c133 return qio_channel_tls_new_client(ioc, creds, hostname, errp); in migration_tls_client_create()
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-tls.c191 clientChanTLS = qio_channel_tls_new_client( in test_io_channel_tls()
/openbmc/qemu/io/
H A Dchannel-tls.c107 qio_channel_tls_new_client(QIOChannel *master, in qio_channel_tls_new_client() function
H A Dtrace-events40 qio_channel_tls_new_client(void *ioc, void *master, void *creds, const char *hostname) "TLS new cli…
/openbmc/qemu/nbd/
H A Dclient.c617 tioc = qio_channel_tls_new_client(ioc, tlscreds, hostname, errp); in nbd_receive_starttls()
/openbmc/qemu/chardev/
H A Dchar-socket.c816 tioc = qio_channel_tls_new_client( in tcp_chr_tls_init()