Searched refs:subauth (Results 1 – 5 of 5) sorted by relevance
| /qemu/ui/ |
| A D | vnc-auth-vencrypt.c | 35 switch (vs->subauth) { in start_auth_vencrypt_subauth() 94 if (auth != vs->subauth) { in protocol_client_vencrypt_auth() 150 vnc_write_u32(vs, vs->subauth); /* The supported auth */ in protocol_client_vencrypt_init()
|
| A D | vnc.c | 207 switch (vd->subauth) { in vnc_auth_name() 438 static void qmp_query_auth(int auth, int subauth, 468 qmp_query_auth(auth, subauth, &info->auth, in qmp_query_server_entry() 475 static void qmp_query_auth(int auth, int subauth, in qmp_query_auth() argument 502 switch (subauth) { in qmp_query_auth() 3279 vs->subauth = VNC_AUTH_INVALID; in vnc_connect() 3283 vs->subauth = VNC_AUTH_INVALID; in vnc_connect() 3286 vs->subauth = vd->subauth; in vnc_connect() 3447 vd->subauth = VNC_AUTH_INVALID; in vnc_display_close() 3605 int *subauth, in vnc_display_setup_auth() argument [all …]
|
| A D | vnc.h | 174 int subauth; /* Used by VeNCrypt */ member 295 int subauth; /* Used by VeNCrypt */ member
|
| A D | vnc-auth-sasl.c | 621 vs->subauth == VNC_AUTH_VENCRYPT_X509SASL) { in start_auth_sasl() 657 vs->subauth == VNC_AUTH_VENCRYPT_X509SASL)) { in start_auth_sasl()
|
| A D | trace-events | 72 …init(void *display, int websock, int auth, int subauth) "VNC auth init state=%p websock=%d auth=%d… 78 vnc_auth_vencrypt_subauth(void *state, int auth) "VNC client auth vencrypt subauth state=%p auth=%d"
|
Completed in 21 milliseconds