HomeSort by relevance Sort by last modified time
    Searched refs:dropbear_exit (Results 1 - 25 of 33) sorted by null

1 2

  /external/dropbear/
bignum.c 34 dropbear_exit("mem alloc error");
48 dropbear_exit("mem alloc error");
58 dropbear_exit("mem alloc error");
buffer.c 46 dropbear_exit("buf->size too big");
84 dropbear_exit("buf->size too big");
109 dropbear_exit("bad buf_setlen");
117 dropbear_exit("bad buf_incrlen");
125 dropbear_exit("bad buf_setpos");
133 dropbear_exit("bad buf_incrwritepos");
147 dropbear_exit("bad buf_incrpos");
158 dropbear_exit("bad buf_getbyte");
188 dropbear_exit("bad buf_getptr");
198 dropbear_exit("bad buf_getwriteptr")
    [all...]
cli-service.c 75 dropbear_exit("request for connection before auth");
84 dropbear_exit("unrecognised service accept");
random.c 67 dropbear_exit("couldn't open random device");
79 dropbear_exit("couldn't open random device");
84 dropbear_exit("couldn't open random device");
88 dropbear_exit("can't request more than 255 bytes from egd");
92 dropbear_exit("can't send command to egd");
121 dropbear_exit("error reading random source");
165 dropbear_exit("seedrandom not done");
186 dropbear_exit("seedrandom not done");
svr-service.c 60 dropbear_exit("request for connection before auth");
71 dropbear_exit("unrecognised SSH_MSG_SERVICE_REQUEST");
process-packet.c 66 dropbear_exit("received SSH_MSG_UNIMPLEMENTED");
79 dropbear_exit("unexpected packet type %d, expected %d", type,
101 dropbear_exit("received message %d before userauth", type);
circbuffer.c 36 dropbear_exit("bad cbuf size");
104 dropbear_exit("bad cbuf read");
113 dropbear_exit("bad cbuf write");
121 dropbear_exit("bad cbuf write");
132 dropbear_exit("bad cbuf read");
svr-main.c 73 dropbear_exit("Compiled without normal mode, can't run without -i\n");
90 dropbear_exit("Unable to getpeername: %s", strerror(errno));
142 dropbear_exit("Failed to daemonize: %s", strerror(errno));
170 dropbear_exit("No listening ports available.");
198 dropbear_exit("Terminated by signal");
210 dropbear_exit("Listening socket error");
300 dropbear_exit("setsid: %s", strerror(errno));
341 dropbear_exit("signal() error");
374 dropbear_exit("signal() error");
381 dropbear_exit("signal() error")
    [all...]
cli-main.c 58 dropbear_exit("signal() error");
65 dropbear_exit("%s", error);
svr-kex.c 51 dropbear_exit("Premature kexdh_init message received");
56 dropbear_exit("Failed to get kex value");
dss.c 273 dropbear_exit("mem alloc error");
345 dropbear_exit("dss error");
358 dropbear_exit("dss error");
362 dropbear_exit("dss error");
367 dropbear_exit("dss error");
371 dropbear_exit("dss error");
376 dropbear_exit("dss error");
381 dropbear_exit("dss error");
395 dropbear_exit("dss error");
408 dropbear_exit("dss error")
    [all...]
packet.c 71 dropbear_exit("error writing");
134 dropbear_exit("error reading: %s", strerror(errno));
182 dropbear_exit("error reading: %s", strerror(errno));
206 dropbear_exit("error decrypting");
218 dropbear_exit("bad packet size %d", len);
260 dropbear_exit("error decrypting");
270 dropbear_exit("Integrity error");
285 dropbear_exit("bad packet size");
334 dropbear_exit("HMAC error");
340 dropbear_exit("HMAC error")
    [all...]
common-kex.c 210 dropbear_exit("Error getting time");
302 dropbear_exit("crypto error");
307 dropbear_exit("crypto error");
311 dropbear_exit("crypto error");
316 dropbear_exit("crypto error");
350 dropbear_exit("zlib error");
363 dropbear_exit("zlib error");
373 dropbear_exit("crypto error");
380 dropbear_exit("crypto error");
488 dropbear_exit("Diffie-Hellman error")
    [all...]
svr-agentfwd.c 155 dropbear_exit("failed to set euid");
170 dropbear_exit("failed to revert euid");
218 dropbear_exit("failed to set euid");
261 dropbear_exit("failed to revert euid");
cli-kex.c 71 dropbear_exit("Received out-of-order kexdhreply");
88 dropbear_exit("Bad KEX packet");
93 dropbear_exit("Bad KEX packet");
104 dropbear_exit("Bad hostkey signature");
146 dropbear_exit("Didn't validate host key");
283 dropbear_exit("\n\nHost key mismatch for %s !\n"
cli-runopts.c 143 dropbear_exit("Invalid null argument");
290 dropbear_exit("command required for -f");
347 dropbear_exit("Unknown own user");
354 dropbear_exit("Bad hostname");
428 dropbear_exit("Bad TCP forward '%s'", origstr);
431 dropbear_exit("Bad TCP port in '%s'", origstr);
svr-runopts.c 145 dropbear_exit("Invalid null argument");
250 dropbear_exit("Error opening banner file '%s'",
255 dropbear_exit("Banner file too large, max is %d bytes",
261 dropbear_exit("Error reading banner file '%s'",
298 dropbear_exit("Bad port");
352 dropbear_exit("No hostkeys available");
dbutil.c 92 void dropbear_exit(const char* format, ...) { function
114 dropbear_exit("failed assertion (%s:%d): `%s'", file, line, expr);
423 dropbear_exit("failed lookup (%d, %d)", ret, errno);
617 dropbear_exit("Error closing fd %d, %s", fd, strerror(errno));
626 dropbear_exit("m_malloc failed");
630 dropbear_exit("m_malloc failed");
641 dropbear_exit("m_strdup failed");
657 dropbear_exit("m_realloc failed");
661 dropbear_exit("m_realloc failed");
691 dropbear_exit("Couldn't set nonblocking")
    [all...]
rsa.c 305 dropbear_exit("rsa error");
308 dropbear_exit("rsa error");
311 dropbear_exit("rsa error");
317 dropbear_exit("rsa error");
324 dropbear_exit("rsa error");
332 dropbear_exit("rsa error");
354 dropbear_exit("rsa error");
signkey.c 63 dropbear_exit("bad key type %d", type);
211 dropbear_exit("bad key types in buf_put_pub_key");
242 dropbear_exit("bad key types in put pub key");
375 dropbear_exit("non-matching signing type");
408 dropbear_exit("no dss key to verify signature");
418 dropbear_exit("no rsa key to verify signature");
425 dropbear_exit("non-matching signing type");
common-session.c 65 dropbear_exit("signal pipe failed");
152 dropbear_exit("Terminated by signal");
156 dropbear_exit("Error in select");
274 dropbear_exit("Incompatible remote version '%s'", ses.remoteident);
363 dropbear_exit("Error getting time");
sshpty.c 64 dropbear_exit("ttyname fails for openpty device");
170 dropbear_exit("ttyname fails for /dev/ptc device");
379 dropbear_exit("pty_setowner: stat(%.101s) failed: %.100s",
392 dropbear_exit("chown(%.100s, %u, %u) failed: %.100s",
407 dropbear_exit("chmod(%.100s, 0%o) failed: %.100s",
cli-auth.c 133 dropbear_exit("Unexpected userauth packet");
149 dropbear_exit("Unexpected userauth failure");
276 dropbear_exit("No auth methods could be used.");
cli-session.c 222 dropbear_exit("opening /dev/null: %d %s",
227 dropbear_exit("Backgrounding failed: %d %s",
299 dropbear_exit("remote closed the connection");
common-algo.c 180 dropbear_exit("error registering crypto");
186 dropbear_exit("error registering crypto");

Completed in 237 milliseconds

1 2