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

123

/external/openssh/
H A Dkexdh.c64 buffer_append(&b, ckexinit, ckexinitlen);
67 buffer_append(&b, skexinit, skexinitlen);
H A Dbufaux.c135 buffer_append(buffer, buf, 2);
144 buffer_append(buffer, buf, 4);
153 buffer_append(buffer, buf, 8);
274 buffer_append(buffer, buf, len);
315 buffer_append(buffer, &ch, 1);
H A Dauth-shadow.c77 buffer_append(&loginmsg, buf, strlen(buf));
137 buffer_append(&loginmsg, buf, strlen(buf));
H A Dcompress.c114 buffer_append(output_buffer, buf,
151 buffer_append(output_buffer, buf,
H A Dkexecdh.c91 buffer_append(&b, ckexinit, ckexinitlen);
94 buffer_append(&b, skexinit, skexinitlen);
H A Dkexgex.c65 buffer_append(&b, ckexinit, ckexinitlen);
68 buffer_append(&b, skexinit, skexinitlen);
H A Dcompat.c223 buffer_append(&b, ",", 1);
224 buffer_append(&b, cp, strlen(cp));
227 buffer_append(&b, "\0", 1);
H A Dbufbn.c78 buffer_append(buffer, msg, 2);
80 buffer_append(buffer, buf, oi);
H A Dsshlogin.c99 buffer_append(&loginmsg, time_string, strlen(time_string));
115 buffer_append(&loginmsg, buf, strlen(buf));
H A Dclientloop.c454 buffer_append(&stdin_buffer, buf, 1);
646 buffer_append(&stderr_buffer, buf, strlen(buf));
708 buffer_append(&stderr_buffer, buf, strlen(buf));
728 buffer_append(&stderr_buffer, buf, strlen(buf));
776 buffer_append(&c->extended, errmsg,
1008 buffer_append(berr, string, strlen(string));
1026 buffer_append(berr, string,
1033 buffer_append(berr, string, strlen(string));
1045 buffer_append(berr, string,
1081 buffer_append(ber
[all...]
H A Dauth-passwd.c155 buffer_append(&loginmsg, buf, strlen(buf));
162 buffer_append(&loginmsg, buf, strlen(buf));
H A Dssh-ecdsa.c117 buffer_append(&b, signature, signaturelen);
143 buffer_append(&bb, sigblob, len);
H A Dauth2.c315 buffer_append(&loginmsg, "\0", 1);
383 buffer_append(&b, ",", 1);
384 buffer_append(&b, authmethods[i]->name,
388 buffer_append(&b, "\0", 1);
H A Dbuffer.h33 void buffer_append(Buffer *, const void *, u_int);
H A Dauth2-chall.c119 buffer_append(&b, ",", 1);
120 buffer_append(&b, devices[i]->name,
123 buffer_append(&b, "\0", 1);
H A Dpacket.c264 buffer_append(&active_state->incoming_packet, buf,
587 buffer_append(&active_state->outgoing_packet, buf, len);
596 buffer_append(&active_state->outgoing_packet, &ch, 1);
626 buffer_append(&active_state->outgoing_packet, buf, len);
671 buffer_append(&active_state->compression_buffer,
676 buffer_append(&active_state->outgoing_packet,
700 buffer_append(&active_state->outgoing_packet, buf, 4);
709 buffer_append(&active_state->output, buf, 4);
879 buffer_append(&active_state->outgoing_packet, "\0\0\0\0\0", 5);
880 buffer_append(
[all...]
H A Dgss-genr.c112 buffer_append(&b, msg.value, msg.length);
123 buffer_append(&b, msg.value, msg.length);
H A Dauth2-hostbased.c82 buffer_append(&b, sig, slen);
H A Dbuffer.c72 buffer_append(Buffer *buffer, const void *data, u_int len) function
H A Dssh-dss.c135 buffer_append(&b, signature, signaturelen);
H A Dkey.c1172 buffer_append(&to->certblob, buffer_ptr(&from->certblob),
1175 buffer_append(&to->critical,
1177 buffer_append(&to->extensions,
1340 buffer_append(&key->cert->certblob, blob, blen);
1378 buffer_append(&tmp, principals, plen);
1395 buffer_append(&key->cert->critical, critical, clen);
1396 buffer_append(&tmp, critical, clen);
1407 buffer_append(&key->cert->extensions, exts, elen);
1408 buffer_append(&tmp, exts, elen);
1478 buffer_append(
[all...]
H A Dauth2-pubkey.c88 buffer_append(&b, pkblob, blen);
118 buffer_append(&b, session_id2, session_id2_len);
H A Dssh-pkcs11-helper.c109 buffer_append(&oqueue, buffer_ptr(m), mlen);
338 buffer_append(&iqueue, buf, len);
H A Dauthfile.c113 buffer_append(&buffer, buf, 4);
161 buffer_append(blob, buffer_ptr(&encrypted), buffer_len(&encrypted));
211 buffer_append(blob, bptr, blen);
300 buffer_append(&copy, buffer_ptr(blob), buffer_len(blob));
355 buffer_append(blob, buf, len);
444 buffer_append(&copy, buffer_ptr(blob), buffer_len(blob));
/external/openssh/openbsd-compat/
H A Dport-aix.c204 buffer_append(ctxt->loginmsg, msg, strlen(msg));
264 buffer_append(loginmsg, msg, strlen(msg));

Completed in 544 milliseconds

123