Lines Matching refs:AuthenticationName
138 ARRAY8Ptr AuthenticationName,
142 int host_len, ARRAY8Ptr AuthenticationName);
378 ARRAY8 AuthenticationName, AuthenticationData; in XdmcpRegisterAuthentication() local
381 if (!XdmcpAllocARRAY8(&AuthenticationName, namelen)) in XdmcpRegisterAuthentication()
384 XdmcpDisposeARRAY8(&AuthenticationName); in XdmcpRegisterAuthentication()
388 AuthenticationName.data[i] = name[i]; in XdmcpRegisterAuthentication()
398 XdmcpDisposeARRAY8(&AuthenticationName); in XdmcpRegisterAuthentication()
410 AuthenticationName; in XdmcpRegisterAuthentication()
423 static ARRAY8Ptr AuthenticationName = &noAuthenticationName; variable
434 AuthenticationName = &AuthenticationNames.data[i]; in XdmcpSetAuthentication()
886 return (XdmcpARRAY8Equal(Name, AuthenticationName) && in XdmcpCheckAuthentication()
887 (AuthenticationName->length == 0 || in XdmcpCheckAuthentication()
1101 length += 2 + AuthenticationName->length; /* authentication name */ in send_request_msg()
1136 XdmcpWriteARRAY8(&buffer, AuthenticationName); in send_request_msg()