Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c1154 ARRAY8 AcceptAuthenticationName, AcceptAuthenticationData; in recv_accept_msg() local
1159 AcceptAuthenticationName.data = 0; in recv_accept_msg()
1164 XdmcpReadARRAY8(&buffer, &AcceptAuthenticationName) && in recv_accept_msg()
1168 if (length == 12 + AcceptAuthenticationName.length + in recv_accept_msg()
1171 if (!XdmcpCheckAuthentication(&AcceptAuthenticationName, in recv_accept_msg()
1173 XdmcpFatal("Authentication Failure", &AcceptAuthenticationName); in recv_accept_msg()
1189 XdmcpDisposeARRAY8(&AcceptAuthenticationName); in recv_accept_msg()