Searched refs:hexkey (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xauth/dist/
H A Dprocess.c124 "add dpyname protoname hexkey add entry" },
160 " data hexkey auth protocol specific data needed to generate the entry\n"
596 fprintf (stderr, "%s: unable to allocate %d bytes for hexkey\n",
1617 * add displayname protocolname hexkey
1627 const char *hexkey; local in function:do_add
1639 hexkey = argv[3];
1641 len = strlen(hexkey);
1642 if (len > 1 && hexkey[0] == '"' && hexkey[len-1] == '"') {
1648 strncpy(key, hexkey
[all...]

Completed in 4 milliseconds