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

  /external/openssh/
sshconnect1.c 107 packet_disconnect("Protocol error during RSA authentication: %d",
147 packet_disconnect("Protocol error waiting RSA auth response: %d",
170 packet_disconnect(
177 packet_disconnect(
239 packet_disconnect("Protocol error during RSA authentication: %d", type);
316 packet_disconnect("Protocol error waiting RSA auth response: %d", type);
353 packet_disconnect("Protocol error during RSA authentication: %d", type);
376 packet_disconnect("Protocol error waiting RSA auth response: %d", type);
404 packet_disconnect("Protocol error: got %d in response "
436 packet_disconnect("Protocol error: got %d in response
    [all...]
packet.h 75 void packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2)));
114 packet_disconnect("Packet integrity error."); \
dispatch.c 100 packet_disconnect("protocol error: rcvd type %d", type);
kexgexs.c 107 packet_disconnect("Protocol error: no matching DH grp found");
144 packet_disconnect("bad client public DH value");
auth1.c 359 packet_disconnect("%s", msg);
379 packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
434 packet_disconnect("Cannot change user when server not running as root.");
auth2.c 207 packet_disconnect("bad service request %s", service);
260 packet_disconnect("Change of username or service not allowed: "
357 packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
kexdhc.c 114 packet_disconnect("bad server public DH value");
packet.c 279 packet_disconnect("Packet corrupt");
1130 packet_disconnect("Protocol error: expected packet type %d, got %d",
1157 packet_disconnect("Bad packet length %u.", len);
1178 packet_disconnect("crc32 compensation attack: "
1181 packet_disconnect("deattack denial of "
1208 packet_disconnect("packet_read_poll1: len %d != buffer_len %d.",
1612 packet_disconnect(const char *fmt,...) function
    [all...]
kexdhs.c 107 packet_disconnect("bad client public DH value");
kexgexc.c 152 packet_disconnect("bad server public DH value");
serverloop.c 757 packet_disconnect("wait: %.100s", strerror(errno));
788 packet_disconnect("Command terminated on signal %d.",
792 packet_disconnect("wait returned status %04x.", wait_status);
1025 packet_disconnect("Possible attack: attempt to open a session "
1182 packet_disconnect("server_input_channel_req: "
    [all...]
channels.c     [all...]
ssh.c     [all...]
session.c 410 packet_disconnect(
415 packet_disconnect(
    [all...]
sshd.c 503 packet_disconnect("Your ssh version is too old and "
    [all...]

Completed in 973 milliseconds