Searched refs:subauth (Results 1 – 1 of 1) sorted by relevance
146 int subauth; member1758 switch (vs->subauth) { in start_auth_vencrypt_subauth()1829 ((vs)->subauth == VNC_AUTH_VENCRYPT_X509NONE || \1830 (vs)->subauth == VNC_AUTH_VENCRYPT_X509VNC || \1831 (vs)->subauth == VNC_AUTH_VENCRYPT_X509PLAIN)1930 if (auth != vs->subauth) { in protocol_client_vencrypt_auth()1965 VNC_DEBUG("Sending allowed auth %d\n", vs->subauth); in protocol_client_vencrypt_init()1968 vnc_write_u32(vs, vs->subauth); /* The supported auth */ in protocol_client_vencrypt_init()2253 vs->subauth = VNC_AUTH_INVALID; in vnc_display_close()2345 vs->subauth = VNC_AUTH_VENCRYPT_X509VNC; in vnc_display_open()[all …]