Home
last modified time | relevance | path

Searched refs:qio_channel_tls_bye (Results 1 – 3 of 3) sorted by relevance

/qemu/include/io/
H A Dchannel-tls.h64 void qio_channel_tls_bye(QIOChannelTLS *ioc, Error **errp);
/qemu/migration/
H A Dtls.c161 qio_channel_tls_bye(QIO_CHANNEL_TLS(ioc), errp); in migration_tls_channel_end()
/qemu/io/
H A Dchannel-tls.c321 void qio_channel_tls_bye(QIOChannelTLS *ioc, Error **errp) in qio_channel_tls_bye() function