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

/macosx-10.10/OpenSSH-189/openssh/
H A Dkexgsss.c177 packet_put_string(send_tok.value, send_tok.length);
186 packet_put_string(send_tok.value, send_tok.length);
264 packet_put_string(msg_tok.value,msg_tok.length);
268 packet_put_string(send_tok.value, send_tok.length);
H A Dkexdhs.c159 packet_put_string(server_host_key_blob, sbloblen);
161 packet_put_string(signature, slen);
H A Dkexecdhs.c153 packet_put_string(server_host_key_blob, sbloblen);
155 packet_put_string(signature, slen);
H A Dkexgexs.c203 packet_put_string(server_host_key_blob, sbloblen);
205 packet_put_string(signature, slen);
H A Dauth2-gss.c156 packet_put_string(doid, len);
195 packet_put_string(send_tok.value, send_tok.length);
204 packet_put_string(send_tok.value, send_tok.length);
H A Dkexgssc.c144 packet_put_string(send_tok.value,
171 packet_put_string(send_tok.value,
177 packet_put_string(send_tok.value,
H A Dauth2-jpake.c396 packet_put_string(pctx->server_id, pctx->server_id_len);
399 packet_put_string(x3_proof, x3_proof_len);
400 packet_put_string(x4_proof, x4_proof_len);
467 packet_put_string(x4_s_proof, x4_s_proof_len);
520 packet_put_string(pctx->h_k_sid_sessid, pctx->h_k_sid_sessid_len);
H A Dpacket.h55 void packet_put_string(const void *buf, u_int len);
H A Dsshconnect2.c776 packet_put_string(send_tok.value, send_tok.length);
797 packet_put_string(mic.value, mic.length);
960 packet_put_string(mic.value, mic.length);
1203 packet_put_string(x2_s_proof, x2_s_proof_len);
1253 packet_put_string(pctx->h_k_cid_sessid, pctx->h_k_cid_sessid_len);
1427 packet_put_string(blob, bloblen);
1880 packet_put_string(blob, blen);
1883 packet_put_string(signature, slen);
1934 packet_put_string(pctx->client_id, pctx->client_id_len);
1937 packet_put_string(x1_proo
[all...]
H A Dserverloop.c211 packet_put_string(buffer_ptr(&stderr_buffer), len);
240 packet_put_string(buffer_ptr(&stdout_buffer), len);
525 packet_put_string(buffer_ptr(&stdout_buffer),
534 packet_put_string(buffer_ptr(&stderr_buffer),
H A Dttymodes.c338 packet_put_string(buffer_ptr(&buf), buffer_len(&buf));
H A Dauth2-pubkey.c168 packet_put_string(pkalg, alen);
169 packet_put_string(pkblob, blen);
H A Dclientloop.c576 packet_put_string(buffer_ptr(&stdin_buffer), len);
1307 packet_put_string("\004", 1);
2253 packet_put_string(buffer_ptr(cmd), buffer_len(cmd));
H A Dssh.c1313 packet_put_string(buffer_ptr(&command), buffer_len(&command));
H A Dsshconnect.c1223 packet_put_string(padded, size);
H A Dchannels.c2227 packet_put_string(data, dlen);
2257 packet_put_string(buffer_ptr(&c->input), len);
2292 packet_put_string(buffer_ptr(&c->extended), len);
H A Dpacket.c610 packet_put_string(const void *buf, u_int len) function

Completed in 204 milliseconds