Home
last modified time | relevance | path

Searched refs:NBD_OPT_STARTTLS (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/docs/interop/
H A Dnbd.rst69 ``NBD_OPT_STARTTLS`` with TLS X.509 Certificates
79 ``NBD_OPT_STARTTLS`` with TLS Pre-Shared Keys (PSK),
/openbmc/qemu/nbd/
H A Dcommon.c59 case NBD_OPT_STARTTLS: in nbd_opt_lookup()
H A Dserver.c790 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()
H A Dclient.c625 ret = nbd_request_simple_option(ioc, NBD_OPT_STARTTLS, true, errp); in nbd_receive_starttls()
/openbmc/qemu/include/block/
H A Dnbd.h244 #define NBD_OPT_STARTTLS (5) macro