HomeSort by: relevance | last modified time | path
    Searched defs:authenticationName (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xdm/dist/xdm/
xdmcp.c 72 static void send_accept (struct sockaddr *to, int tolen, CARD32 sessionID, ARRAY8Ptr authenticationName, ARRAY8Ptr authenticationData, ARRAY8Ptr authorizationName, ARRAY8Ptr authorizationData, int fd);
74 static void send_decline (struct sockaddr *to, int tolen, ARRAY8Ptr authenticationName, ARRAY8Ptr authenticationData, ARRAY8Ptr status, int fd);
77 static void send_unwilling (struct sockaddr *from, int fromlen, ARRAY8Ptr authenticationName, ARRAY8Ptr status, int fd);
78 static void send_willing (struct sockaddr *from, int fromlen, ARRAY8Ptr authenticationName, ARRAY8Ptr status, int fd);
221 ARRAY8Ptr authenticationName;
268 authenticationName = ChooseAuthentication (authenticationNames);
269 if (Willing (&addr, connectionType, authenticationName, &status, type))
270 send_willing (from, fromlen, authenticationName, &status, fd);
273 send_unwilling (from, fromlen, authenticationName, &status, fd);
851 ARRAY8Ptr authenticationName,
    [all...]
  /xsrc/external/mit/xdm/dist/chooser/
chooser.c 381 ARRAY8 authenticationName = {0, NULL};
402 if (XdmcpReadARRAY8 (&buffer, &authenticationName) &&
406 if (header.length == 6 + authenticationName.length +
414 XdmcpDisposeARRAY8 (&authenticationName);
  /xsrc/external/mit/xdm/dist/include/
dm.h 260 ARRAY8 authenticationName;
400 extern int SelectAuthorizationTypeIndex (ARRAY8Ptr authenticationName, ARRAYofARRAY8Ptr authorizationNames);
402 extern int Willing (ARRAY8Ptr addr, CARD16 connectionType, ARRAY8Ptr authenticationName, ARRAY8Ptr status, xdmOpCode type);
  /xsrc/external/mit/xorg-server/dist/os/
xdmcp.c 137 ARRAY8Ptr AuthenticationName,
141 int host_len, ARRAY8Ptr AuthenticationName);
377 ARRAY8 AuthenticationName, AuthenticationData;
380 if (!XdmcpAllocARRAY8(&AuthenticationName, namelen))
383 XdmcpDisposeARRAY8(&AuthenticationName);
387 AuthenticationName.data[i] = name[i];
397 XdmcpDisposeARRAY8(&AuthenticationName);
409 AuthenticationName;
422 static ARRAY8Ptr AuthenticationName = &noAuthenticationName;
433 AuthenticationName = &AuthenticationNames.data[i]
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
xdmcp.c 137 ARRAY8Ptr AuthenticationName,
144 ARRAY8Ptr AuthenticationName);
376 ARRAY8 AuthenticationName, AuthenticationData;
379 if (!XdmcpAllocARRAY8 (&AuthenticationName, namelen))
383 XdmcpDisposeARRAY8 (&AuthenticationName);
387 AuthenticationName.data[i] = name[i];
396 XdmcpDisposeARRAY8 (&AuthenticationName);
407 AuthenticationNames.data[AuthenticationNames.length-1] = AuthenticationName;
418 static ARRAY8Ptr AuthenticationName = &noAuthenticationName;
430 AuthenticationName = &AuthenticationNames.data[i]
    [all...]

Completed in 10 milliseconds