OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_MSG_USERAUTH_SUCCESS
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
ssh2.h
109
#define
SSH2_MSG_USERAUTH_SUCCESS
52
auth2.c
342
packet_start(
SSH2_MSG_USERAUTH_SUCCESS
);
sshconnect2.c
415
dispatch_set(
SSH2_MSG_USERAUTH_SUCCESS
, &input_userauth_success);
[
all
...]
packet.c
810
* This happens on the server side after a
SSH2_MSG_USERAUTH_SUCCESS
is sent,
811
* and on the client side after a
SSH2_MSG_USERAUTH_SUCCESS
is received.
960
else if (type ==
SSH2_MSG_USERAUTH_SUCCESS
&& active_state->server_side)
[
all
...]
Completed in 183 milliseconds