Home
last modified time | relevance | path

Searched refs:subauth (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-auth-vencrypt.c35 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()
H A Dvnc.c207 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()
3274 vs->subauth = VNC_AUTH_INVALID; in vnc_connect()
3278 vs->subauth = VNC_AUTH_INVALID; in vnc_connect()
3281 vs->subauth = vd->subauth; in vnc_connect()
3443 vd->subauth = VNC_AUTH_INVALID; in vnc_display_close()
3601 int *subauth, in vnc_display_setup_auth() argument
[all …]
H A Dvnc.h175 int subauth; /* Used by VeNCrypt */ member
296 int subauth; /* Used by VeNCrypt */ member
H A Dvnc-auth-sasl.c600 vs->subauth == VNC_AUTH_VENCRYPT_X509SASL) { in start_auth_sasl()
635 vs->subauth == VNC_AUTH_VENCRYPT_X509SASL)) { in start_auth_sasl()
H A Dtrace-events71 …init(void *display, int websock, int auth, int subauth) "VNC auth init state=%p websock=%d auth=%d…
77 vnc_auth_vencrypt_subauth(void *state, int auth) "VNC client auth vencrypt subauth state=%p auth=%d"
/openbmc/linux/Documentation/filesystems/smb/
H A Dksmbd.rst92 ownership (SIDs) ksmbd generates random subauth
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c5079 size_t subauth; in posix_info_sid_size() local
5085 subauth = *(u8 *)(beg+1); in posix_info_sid_size()
5086 if (subauth < 1 || subauth > 15) in posix_info_sid_size()
5089 total = 1 + 1 + 6 + 4*subauth; in posix_info_sid_size()