Searched refs:buf_putstring (Results 1 - 22 of 22) sorted by relevance

/external/dropbear/
H A Dcli-authinteract.c127 buf_putstring(ses.writepayload, response, response_len);
146 buf_putstring(ses.writepayload, cli_opts.username,
150 buf_putstring(ses.writepayload, SSH_SERVICE_CONNECTION,
154 buf_putstring(ses.writepayload, AUTH_METHOD_INTERACT,
158 buf_putstring(ses.writepayload, "", 0);
161 buf_putstring(ses.writepayload, "", 0);
H A Dcli-authpasswd.c135 buf_putstring(ses.writepayload, cli_opts.username,
138 buf_putstring(ses.writepayload, SSH_SERVICE_CONNECTION,
141 buf_putstring(ses.writepayload, AUTH_METHOD_PASSWORD,
146 buf_putstring(ses.writepayload, password, strlen(password));
H A Dcli-authpubkey.c141 buf_putstring(ses.writepayload, cli_opts.username,
144 buf_putstring(ses.writepayload, SSH_SERVICE_CONNECTION,
147 buf_putstring(ses.writepayload, AUTH_METHOD_PUBKEY,
154 buf_putstring(ses.writepayload, algoname, algolen);
162 buf_putstring(sigbuf, ses.session_id, SHA1_HASH_SIZE);
H A Dcli-service.c41 buf_putstring(ses.writepayload, servicename, strlen(servicename));
H A Dsvr-service.c83 buf_putstring(ses.writepayload, name, len);
H A Dtcp-accept.c84 buf_putstring(ses.writepayload, addr, strlen(addr));
88 buf_putstring(ses.writepayload, ipstring, strlen(ipstring));
H A Dcli-auth.c49 buf_putstring(ses.writepayload, cli_opts.username,
51 buf_putstring(ses.writepayload, SSH_SERVICE_CONNECTION,
53 buf_putstring(ses.writepayload, "none", 4); /* 'none' method */
H A Dbuffer.h60 void buf_putstring(buffer* buf, const unsigned char* str, unsigned int len);
H A Dcli-chansession.c102 buf_putstring(ses.writepayload, type, strlen(type));
275 buf_putstring(ses.writepayload, "window-change", 13);
300 buf_putstring(ses.writepayload, term, strlen(term));
334 buf_putstring(ses.writepayload, cli_opts.cmd, strlen(cli_opts.cmd));
H A Dcommon-kex.c100 buf_putstring(ses.writepayload, "", 0);
103 buf_putstring(ses.writepayload, "", 0);
428 buf_putstring(ses.kexhashbuf,
431 buf_putstring(ses.kexhashbuf, ses.remoteident, remote_ident_len);
434 buf_putstring(ses.kexhashbuf,
438 buf_putstring(ses.kexhashbuf, ses.payload->data, ses.payload->len);
446 buf_putstring(ses.kexhashbuf, ses.remoteident, remote_ident_len);
448 buf_putstring(ses.kexhashbuf,
453 buf_putstring(ses.kexhashbuf, ses.payload->data, ses.payload->len);
456 buf_putstring(se
[all...]
H A Dcli-tcpfwd.c130 buf_putstring(ses.writepayload, "tcpip-forward", 13);
138 buf_putstring(ses.writepayload, listenspec, strlen(listenspec));
H A Dsvr-auth.c79 buf_putstring(ses.writepayload, buf_getptr(svr_opts.banner,
81 buf_putstring(ses.writepayload, "en", 2);
316 buf_putstring(ses.writepayload, buf_getptr(typebuf, typebuf->len),
H A Dsvr-authpubkey.c98 buf_putstring(signbuf, ses.session_id, SHA1_HASH_SIZE);
143 buf_putstring(ses.writepayload, algo, algolen);
144 buf_putstring(ses.writepayload, keyblob, keybloblen);
H A Dcommon-algo.c228 buf_putstring(buf, algolist->data, algolist->len);
H A Dsvr-x11fwd.c196 buf_putstring(ses.writepayload, ipstring, strlen(ipstring));
H A Ddss.c144 buf_putstring(buf, SSH_SIGNKEY_DSS, SSH_SIGNKEY_DSS_LEN);
384 buf_putstring(buf, SSH_SIGNKEY_DSS, SSH_SIGNKEY_DSS_LEN);
H A Drsa.c183 buf_putstring(buf, SSH_SIGNKEY_RSA, SSH_SIGNKEY_RSA_LEN);
340 buf_putstring(buf, SSH_SIGNKEY_RSA, SSH_SIGNKEY_RSA_LEN);
H A Dsignkey.c215 buf_putstring(buf, buf_getptr(pubkeys, pubkeys->len),
379 buf_putstring(buf, buf_getptr(sigblob, sigblob->len),
H A Dsvr-chansession.c169 buf_putstring(ses.writepayload, "exit-status", 11);
205 buf_putstring(ses.writepayload, "exit-signal", 11);
207 buf_putstring(ses.writepayload, signame, strlen(signame));
209 buf_putstring(ses.writepayload, "", 0); /* error msg */
210 buf_putstring(ses.writepayload, "", 0); /* lang */
H A Dbuffer.c251 void buf_putstring(buffer* buf, const unsigned char* str, unsigned int len) { function
H A Dkeyimport.c607 buf_putstring(blobbuf, "ssh-dss", 7);
609 buf_putstring(blobbuf, "ssh-rsa", 7);
641 buf_putstring(blobbuf, p, len);
643 buf_putstring(blobbuf, modptr, modlen);
651 buf_putstring(blobbuf, p, len);
H A Dcommon-channel.c873 buf_putstring(ses.writepayload, text, strlen((char*)text));
874 buf_putstring(ses.writepayload, lang, strlen((char*)lang));
971 buf_putstring(ses.writepayload, type->name, strlen(type->name));

Completed in 90 milliseconds