Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dui-hmp-cmds.c116 VncVencryptSubAuth *vencrypt) in hmp_info_vnc_authcrypt() argument
120 vencrypt ? VncVencryptSubAuth_str(*vencrypt) : "none"); in hmp_info_vnc_authcrypt()
144 sinfo->has_vencrypt ? &sinfo->vencrypt : NULL); in hmp_info_vnc_servers()
176 info->has_vencrypt ? &info->vencrypt : NULL); in hmp_info_vnc()
H A Dtrace-events33 # vnc-auth-vencrypt.c
76 vnc_auth_vencrypt_version(void *state, int major, int minor) "VNC client auth vencrypt version stat…
77 vnc_auth_vencrypt_subauth(void *state, int auth) "VNC client auth vencrypt subauth state=%p auth=%d"
H A Dmeson.build42 'vnc-auth-vencrypt.c',
H A Dvnc.c469 &info->vencrypt, &info->has_vencrypt); in qmp_query_server_entry()
558 &info->vencrypt, &info->has_vencrypt); in qmp_query_vnc_servers()
/openbmc/qemu/qapi/
H A Dui.json554 # - 'vencrypt+plain' if VEncrypt is used with plain text
556 # - 'vencrypt+tls+none' if VEncrypt is used with TLS and no
558 # - 'vencrypt+tls+vnc' if VEncrypt is used with TLS and VNC
590 'tls', 'vencrypt', 'sasl' ],
596 # vnc sub authentication method with vencrypt.
615 # @vencrypt: The vencrypt sub authentication type used by the servers,
616 # only specified in case auth == vencrypt.
623 '*vencrypt' : 'VncVencryptSubAuth' },
644 # @vencrypt: The vencrypt authentication type used by the servers,
645 # only specified in case auth == vencrypt.
[all …]