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

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dgssapi-client.c86 gss_buffer_desc *tok_in_ptr, tok_in, tok_out; local
113 0, NULL, tok_in_ptr, NULL, &tok_out,
122 GSS_C_NULL_OID, &message_context, &tok_out);
124 (const char *) tok_out.value);
128 GSS_C_NULL_OID, &message_context, &tok_out);
130 (const char *) tok_out.value);
133 if (tok_out.length == 0)
142 cbuf[0] = (tok_out.length >> 8) & 0xff;
143 cbuf[1] = tok_out.length & 0xff;
146 if (send (sock, tok_out
[all...]
H A Dserver.c7425 gss_buffer_desc tok_in, tok_out;
7489 &tok_out, /* output_token */
7518 if (tok_out.length != 0)
7522 cbuf[0] = (tok_out.length >> 8) & 0xff;
7523 cbuf[1] = tok_out.length & 0xff;
7525 || (fwrite (tok_out.value, 1, tok_out.length, stdout)
7526 != tok_out.length))
7424 gss_buffer_desc tok_in, tok_out; local

Completed in 167 milliseconds