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

  /external/dropbear/
cli-authinteract.c 127 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);
cli-authpasswd.c 135 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));
cli-authpubkey.c 141 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);
cli-service.c 41 buf_putstring(ses.writepayload, servicename, strlen(servicename));
svr-service.c 83 buf_putstring(ses.writepayload, name, len);
tcp-accept.c 84 buf_putstring(ses.writepayload, addr, strlen(addr));
88 buf_putstring(ses.writepayload, ipstring, strlen(ipstring));
cli-auth.c 49 buf_putstring(ses.writepayload, cli_opts.username,
51 buf_putstring(ses.writepayload, SSH_SERVICE_CONNECTION,
53 buf_putstring(ses.writepayload, "none", 4); /* 'none' method */
buffer.h 60 void buf_putstring(buffer* buf, const unsigned char* str, unsigned int len);
cli-chansession.c 102 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));
common-kex.c 100 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(ses.kexhashbuf
    [all...]
cli-tcpfwd.c 130 buf_putstring(ses.writepayload, "tcpip-forward", 13);
138 buf_putstring(ses.writepayload, listenspec, strlen(listenspec));
svr-auth.c 79 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),
svr-authpubkey.c 98 buf_putstring(signbuf, ses.session_id, SHA1_HASH_SIZE);
143 buf_putstring(ses.writepayload, algo, algolen);
144 buf_putstring(ses.writepayload, keyblob, keybloblen);
common-algo.c 228 buf_putstring(buf, algolist->data, algolist->len);
svr-x11fwd.c 196 buf_putstring(ses.writepayload, ipstring, strlen(ipstring));
dss.c 144 buf_putstring(buf, SSH_SIGNKEY_DSS, SSH_SIGNKEY_DSS_LEN);
384 buf_putstring(buf, SSH_SIGNKEY_DSS, SSH_SIGNKEY_DSS_LEN);
rsa.c 183 buf_putstring(buf, SSH_SIGNKEY_RSA, SSH_SIGNKEY_RSA_LEN);
340 buf_putstring(buf, SSH_SIGNKEY_RSA, SSH_SIGNKEY_RSA_LEN);
signkey.c 215 buf_putstring(buf, buf_getptr(pubkeys, pubkeys->len),
379 buf_putstring(buf, buf_getptr(sigblob, sigblob->len),
svr-chansession.c 169 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 */
buffer.c 251 void buf_putstring(buffer* buf, const unsigned char* str, unsigned int len) { function
keyimport.c 607 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);
    [all...]
common-channel.c 873 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 205 milliseconds