Lines Matching refs:tlscreds
618 QCryptoTLSCreds *tlscreds, in nbd_receive_starttls() argument
635 tioc = qio_channel_tls_new_client(ioc, tlscreds, hostname, errp); in nbd_receive_starttls()
900 static int nbd_start_negotiate(QIOChannel *ioc, QCryptoTLSCreds *tlscreds, in nbd_start_negotiate() argument
908 trace_nbd_start_negotiate(tlscreds, hostname ? hostname : "<null>"); in nbd_start_negotiate()
916 if (tlscreds && !outioc) { in nbd_start_negotiate()
961 if (tlscreds) { in nbd_start_negotiate()
963 *outioc = nbd_receive_starttls(ioc, tlscreds, hostname, errp); in nbd_start_negotiate()
997 if (tlscreds) { in nbd_start_negotiate()
1040 int nbd_receive_negotiate(QIOChannel *ioc, QCryptoTLSCreds *tlscreds, in nbd_receive_negotiate() argument
1052 result = nbd_start_negotiate(ioc, tlscreds, hostname, outioc, in nbd_receive_negotiate()
1060 if (tlscreds && *outioc) { in nbd_receive_negotiate()
1162 int nbd_receive_export_list(QIOChannel *ioc, QCryptoTLSCreds *tlscreds, in nbd_receive_export_list() argument
1175 result = nbd_start_negotiate(ioc, tlscreds, hostname, &sioc, in nbd_receive_export_list()
1177 if (tlscreds && sioc) { in nbd_receive_export_list()