Home
last modified time | relevance | path

Searched refs:qio_channel_tls_new_server (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/io/
H A Dchannel-tls.h79 qio_channel_tls_new_server(QIOChannel *master,
/openbmc/qemu/migration/
H A Dtls.c86 tioc = qio_channel_tls_new_server(ioc, creds, migrate_tls_authz(), errp); in migration_tls_channel_process_incoming()
/openbmc/qemu/ui/
H A Dvnc-ws.c68 tls = qio_channel_tls_new_server( in vncws_tls_handshake_io()
H A Dvnc-auth-vencrypt.c110 tls = qio_channel_tls_new_server( in protocol_client_vencrypt_auth()
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-tls.c196 serverChanTLS = qio_channel_tls_new_server( in test_io_channel_tls()
/openbmc/qemu/io/
H A Dchannel-tls.c67 qio_channel_tls_new_server(QIOChannel *master, in qio_channel_tls_new_server() function
H A Dtrace-events41 qio_channel_tls_new_server(void *ioc, void *master, void *creds, const char *aclname) "TLS new clie…
/openbmc/qemu/chardev/
H A Dchar-socket.c811 tioc = qio_channel_tls_new_server( in tcp_chr_tls_init()
/openbmc/qemu/nbd/
H A Dserver.c768 tioc = qio_channel_tls_new_server(ioc, in nbd_negotiate_handle_starttls()