Searched refs:subauth (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/ui/ |
H 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()
|
H 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() 3448 vd->subauth = VNC_AUTH_INVALID; in vnc_display_close() 3606 int *subauth, in vnc_display_setup_auth() argument [all …]
|
H A D | vnc.h | 175 int subauth; /* Used by VeNCrypt */ member 296 int subauth; /* Used by VeNCrypt */ member
|
H A D | vnc-auth-sasl.c | 600 vs->subauth == VNC_AUTH_VENCRYPT_X509SASL) { in start_auth_sasl() 635 vs->subauth == VNC_AUTH_VENCRYPT_X509SASL)) { in start_auth_sasl()
|
H 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"
|
/openbmc/linux/Documentation/filesystems/smb/ |
H A D | ksmbd.rst | 92 ownership (SIDs) ksmbd generates random subauth
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.c | 5097 size_t subauth; in posix_info_sid_size() local 5103 subauth = *(u8 *)(beg+1); in posix_info_sid_size() 5104 if (subauth < 1 || subauth > 15) in posix_info_sid_size() 5107 total = 1 + 1 + 6 + 4*subauth; in posix_info_sid_size()
|