Searched refs:NBD_OPT_STARTTLS (Results 1 – 5 of 5) sorted by relevance
69 ``NBD_OPT_STARTTLS`` with TLS X.509 Certificates79 ``NBD_OPT_STARTTLS`` with TLS Pre-Shared Keys (PSK),
59 case NBD_OPT_STARTTLS: in nbd_opt_lookup()
790 assert(client->opt == NBD_OPT_STARTTLS); in nbd_negotiate_handle_starttls()1243 case NBD_OPT_STARTTLS: in nbd_negotiate_options()1310 case NBD_OPT_STARTTLS: in nbd_negotiate_options()
625 ret = nbd_request_simple_option(ioc, NBD_OPT_STARTTLS, true, errp); in nbd_receive_starttls()
244 #define NBD_OPT_STARTTLS (5) macro