Searched refs:buffer_append (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/crypto/openssh/
H A Dauth-shadow.c77 buffer_append(&loginmsg, buf, strlen(buf));
137 buffer_append(&loginmsg, buf, strlen(buf));
H A Dcompat.c269 buffer_append(&b, ",", 1);
270 buffer_append(&b, cp, strlen(cp));
274 buffer_append(&b, "\0", 1);
H A Dsshlogin.c100 buffer_append(&loginmsg, time_string, strlen(time_string));
116 buffer_append(&loginmsg, buf, strlen(buf));
H A Dclientloop.c508 buffer_append(&stdin_buffer, buf, 1);
709 buffer_append(&stderr_buffer, buf, strlen(buf));
778 buffer_append(&stderr_buffer, buf, strlen(buf));
798 buffer_append(&stderr_buffer, buf, strlen(buf));
846 buffer_append(&c->extended, errmsg,
1065 buffer_append(b, string, strlen(string));
1077 buffer_append(b, string, strlen(string));
1084 buffer_append(b, string, strlen(string));
1132 buffer_append(berr, string, strlen(string));
1160 buffer_append(ber
[all...]
H A Dauth-passwd.c161 buffer_append(&loginmsg, buf, strlen(buf));
168 buffer_append(&loginmsg, buf, strlen(buf));
H A Dbuffer.c30 buffer_append(Buffer *buffer, const void *data, u_int len) function
H A Dbuffer.h37 void buffer_append(Buffer *, const void *, u_int);
H A Dgss-genr.c114 buffer_append(&b, msg.value, msg.length);
125 buffer_append(&b, msg.value, msg.length);
H A Dauth2-chall.c121 buffer_append(&b, ",", 1);
122 buffer_append(&b, devices[i]->name,
H A Dauth2.c359 buffer_append(&loginmsg, "\0", 1);
451 buffer_append(&b, ",", 1);
452 buffer_append(&b, authmethods[i]->name,
H A Dssh-pkcs11-helper.c109 buffer_append(&oqueue, buffer_ptr(m), mlen);
342 buffer_append(&iqueue, buf, len);
H A Dauth-pam.c572 buffer_append(&loginmsg, PAM_MSG_MEMBER(msg, i, msg), len);
573 buffer_append(&loginmsg, "\n", 1 );
778 buffer_append(&loginmsg, **prompts,
1177 buffer_append(&loginmsg,
1179 buffer_append(&loginmsg, "\n", 1);
H A Dserverloop.c444 buffer_append(&stdout_buffer, buf, len);
463 buffer_append(&stderr_buffer, buf, len);
693 buffer_append(&stderr_buffer, s, strlen(s));
697 buffer_append(&stderr_buffer, cp, strlen(cp));
917 buffer_append(&stdin_buffer, data, data_len);
H A Dauth1.c343 buffer_append(&loginmsg, "\0", 1);
H A Dssh-pkcs11-client.c87 buffer_append(m, buf, l);
H A Dauth2-hostbased.c84 buffer_append(&b, sig, slen);
H A Dsshd.c839 buffer_append(&b, ",", 1);
841 buffer_append(&b, p, strlen(p));
846 buffer_append(&b, p, strlen(p));
860 buffer_append(&b, ",", 1);
862 buffer_append(&b, p, strlen(p));
1124 buffer_append(conf, cp, len);
H A Dsshconnect2.c590 buffer_append(&b, pkblob, blen);
1067 buffer_append(&b, session_id2, session_id2_len);
1129 buffer_append(&b, session_id2, session_id2_len);
1915 buffer_append(&b, ",", 1);
1916 buffer_append(&b, method->name, strlen(method->name));
H A Dchannels.c641 buffer_append(&buffer, buf, strlen(buf));
674 buffer_append(&buffer, buf, strlen(buf));
681 buffer_append(&buffer, "\0", 1);
1155 buffer_append(&c->output, &s4_rsp, sizeof(s4_rsp));
1278 buffer_append(&c->output, &s5_rsp, sizeof(s5_rsp));
1280 buffer_append(&c->output, &dest_port, sizeof(dest_port));
1708 buffer_append(&c->input, buf, len);
1852 buffer_append(&c->extended, buf, len);
1910 buffer_append(&c->input, buf, len);
2423 buffer_append(
[all...]
H A Dauth2-pubkey.c98 buffer_append(&b, pkblob, blen);
148 buffer_append(&b, session_id2, session_id2_len);
H A Dmonitor_wrap.c537 buffer_append(&loginmsg, msg, strlen(msg));
603 buffer_append(&loginmsg, msg, strlen(msg));
H A Dmux.c369 buffer_append(&cctx->cmd, cmd, strlen(cmd));
1152 buffer_append(&in, ptr, have);
1547 buffer_append(m, ptr, have);
H A Dssh.c992 buffer_append(&command, " ", 1);
993 buffer_append(&command, av[i], strlen(av[i]));
H A Dmonitor.c1308 buffer_append(&b, data, datalen);
1369 buffer_append(&b, data, datalen);
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.c204 buffer_append(ctxt->loginmsg, msg, strlen(msg));
262 buffer_append(loginmsg, msg, strlen(msg));

Completed in 329 milliseconds

12