HomeSort by relevance Sort by last modified time
    Searched refs:buf_putbyte (Results 1 - 24 of 24) sorted by null

  /external/dropbear/
cli-chansession.c 99 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 */
cli-service.c 40 buf_putbyte(ses.writepayload, SSH_MSG_SERVICE_REQUEST);
svr-service.c 82 buf_putbyte(ses.writepayload, SSH_MSG_SERVICE_ACCEPT);
cli-authpasswd.c 133 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
144 buf_putbyte(ses.writepayload, 0); /* FALSE - so says the spec */
svr-auth.c 78 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);
cli-authinteract.c 96 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_INFO_RESPONSE);
143 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
buffer.h 54 void buf_putbyte(buffer* buf, unsigned char val);
cli-kex.c 53 buf_putbyte(ses.writepayload, SSH_MSG_KEXDH_INIT);
308 buf_putbyte(line, ' ');
310 buf_putbyte(line, ' ');
317 buf_putbyte(line, '\n');
process-packet.c 138 buf_putbyte(ses.writepayload, SSH_MSG_UNIMPLEMENTED);
svr-kex.c 89 buf_putbyte(ses.writepayload, SSH_MSG_KEXDH_REPLY);
cli-authpubkey.c 139 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
150 buf_putbyte(ses.writepayload, realsign);
cli-tcpfwd.c 129 buf_putbyte(ses.writepayload, SSH_MSG_GLOBAL_REQUEST);
131 buf_putbyte(ses.writepayload, 0);
svr-tcpfwd.c 114 buf_putbyte(ses.writepayload, SSH_MSG_REQUEST_SUCCESS);
122 buf_putbyte(ses.writepayload, SSH_MSG_REQUEST_FAILURE);
rsa.c 350 buf_putbyte(buf, 0x00);
399 buf_putbyte(rsa_EM, 0x01);
402 buf_putbyte(rsa_EM, 0xff);
common-algo.c 222 buf_putbyte(algolist, ',');
common-channel.c 361 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);
buffer.c 174 void buf_putbyte(buffer* buf, unsigned char val) { function
299 buf_putbyte(buf, 0x00);
cli-auth.c 48 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);
dss.c 391 buf_putbyte(buf, 0);
404 buf_putbyte(buf, 0);
svr-chansession.c 167 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);
common-kex.c 69 buf_putbyte(ses.writepayload, SSH_MSG_KEXINIT);
106 buf_putbyte(ses.writepayload, 0x00);
136 buf_putbyte(ses.writepayload, SSH_MSG_NEWKEYS);
svr-authpubkey.c 142 buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_PK_OK);
dbutil.c 583 buf_putbyte(line, (unsigned char)c);
packet.c 468 buf_putbyte(clearwritebuf, padlen);

Completed in 273 milliseconds