Home | History | Annotate | Download | only in libvncserver

Lines Matching defs:securityType

259 rfbSendSecurityType(rfbClientPtr cl, int32_t securityType)
264 value32 = Swap32IfLE(securityType);
272 switch (securityType) {
300 int32_t securityType = rfbSecTypeInvalid;
304 securityType = rfbSecTypeNone;
306 securityType = rfbSecTypeVncAuth;
312 if (securityType == rfbSecTypeInvalid) {
318 rfbSendSecurityType(cl, securityType);
320 /* Here it's ok when securityType is set to rfbSecTypeInvalid. */
321 rfbSendSecurityTypeList(cl, securityType);