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

/external/dropbear/
H A Dcli-chansession.c99 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_REQUEST);
179 buf_putbyte(ses.writepayload, 0); /* TTY_OP_END */
223 buf_putbyte(ses.writepayload, sshcode);
227 buf_putbyte(ses.writepayload, 0); /* THE END, aka TTY_OP_END */
273 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_REQUEST);
276 buf_putbyte(ses.writepayload, 0); /* FALSE says the spec */
293 buf_putbyte(ses.writepayload, 0);
332 buf_putbyte(ses.writepayload, 0); /* Don't want replies */
H A Dcli-service.c40 buf_putbyte(ses.writepayload, SSH_MSG_SERVICE_REQUEST);
H A Dsvr-service.c82 buf_putbyte(ses.writepayload, SSH_MSG_SERVICE_ACCEPT);
H A Dcli-authpasswd.c133 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
144 buf_putbyte(ses.writepayload, 0); /* FALSE - so says the spec */
H A Dsvr-auth.c78 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_BANNER);
299 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_FAILURE);
307 buf_putbyte(typebuf, ',');
324 buf_putbyte(ses.writepayload, partial ? 1 : 0);
356 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_SUCCESS);
H A Dcli-authinteract.c96 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_INFO_RESPONSE);
143 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
H A Dbuffer.h54 void buf_putbyte(buffer* buf, unsigned char val);
H A Dcli-kex.c53 buf_putbyte(ses.writepayload, SSH_MSG_KEXDH_INIT);
308 buf_putbyte(line, ' ');
310 buf_putbyte(line, ' ');
317 buf_putbyte(line, '\n');
H A Dprocess-packet.c138 buf_putbyte(ses.writepayload, SSH_MSG_UNIMPLEMENTED);
H A Dsvr-kex.c89 buf_putbyte(ses.writepayload, SSH_MSG_KEXDH_REPLY);
H A Dcli-authpubkey.c139 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
150 buf_putbyte(ses.writepayload, realsign);
H A Dcli-tcpfwd.c129 buf_putbyte(ses.writepayload, SSH_MSG_GLOBAL_REQUEST);
131 buf_putbyte(ses.writepayload, 0);
H A Dsvr-tcpfwd.c114 buf_putbyte(ses.writepayload, SSH_MSG_REQUEST_SUCCESS);
122 buf_putbyte(ses.writepayload, SSH_MSG_REQUEST_FAILURE);
H A Drsa.c350 buf_putbyte(buf, 0x00);
399 buf_putbyte(rsa_EM, 0x01);
402 buf_putbyte(rsa_EM, 0xff);
H A Dcommon-algo.c222 buf_putbyte(algolist, ',');
H A Dcommon-channel.c361 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_CLOSE);
380 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_EOF);
608 buf_putbyte(ses.writepayload,
745 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_WINDOW_ADJUST);
842 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_FAILURE);
855 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_SUCCESS);
870 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_OPEN_FAILURE);
889 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_OPEN_CONFIRMATION);
970 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_OPEN);
H A Dbuffer.c174 void buf_putbyte(buffer* buf, unsigned char val) { function
299 buf_putbyte(buf, 0x00);
H A Dcli-auth.c48 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
H A Ddss.c391 buf_putbyte(buf, 0);
404 buf_putbyte(buf, 0);
H A Dsvr-chansession.c167 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_REQUEST);
170 buf_putbyte(ses.writepayload, 0); /* boolean FALSE */
203 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_REQUEST);
206 buf_putbyte(ses.writepayload, 0); /* boolean FALSE */
208 buf_putbyte(ses.writepayload, chansess->exit.exitcore);
H A Dcommon-kex.c69 buf_putbyte(ses.writepayload, SSH_MSG_KEXINIT);
106 buf_putbyte(ses.writepayload, 0x00);
136 buf_putbyte(ses.writepayload, SSH_MSG_NEWKEYS);
H A Dsvr-authpubkey.c142 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_PK_OK);
H A Ddbutil.c583 buf_putbyte(line, (unsigned char)c);
H A Dpacket.c468 buf_putbyte(clearwritebuf, padlen);

Completed in 887 milliseconds