Searched refs:dispatch_set (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth2-gss.c | 110 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_MIC, NULL); in userauth_gssapi_abandon() 111 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE, NULL); in userauth_gssapi_abandon() 112 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in userauth_gssapi_abandon() 113 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, NULL); in userauth_gssapi_abandon() 187 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi() 188 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, &input_gssapi_errtok); in userauth_gssapi() 223 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_token() 233 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_token() 234 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_MIC, in input_gssapi_token() 236 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE, in input_gssapi_token() [all …]
|
H A D | serverloop.c | 890 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in aps_monitor_loop() 893 dispatch_set(SSH2_PRIV_MSG_ALTPRIVSEP, &aps_input_altpriv_msg); in aps_monitor_loop() 1251 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch_20() 1252 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_20() 1253 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch_20() 1254 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in server_init_dispatch_20() 1255 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch_20() 1256 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_20() 1257 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_20() 1258 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &server_input_channel_req); in server_init_dispatch_20() [all …]
|
H A D | auth2.c | 115 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request); in do_authentication2() 137 dispatch_set(SSH2_MSG_USERAUTH_REQUEST, &input_userauth_request); in input_service_request() 347 dispatch_set(SSH2_MSG_USERAUTH_REQUEST, &dispatch_protocol_ignore); in userauth_finish()
|
H A D | auth2-chall.c | 179 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL); in auth2_challenge_stop() 222 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, in auth2_challenge_start()
|
H A D | auth2-pam.c | 67 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, in auth2_pam() 81 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL); in auth2_pam()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 1570 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch_20() 1571 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_20() 1572 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch_20() 1573 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in client_init_dispatch_20() 1574 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch_20() 1575 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_20() 1576 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_20() 1577 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req); in client_init_dispatch_20() 1578 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in client_init_dispatch_20() 1579 dispatch_set(SSH2_MSG_GLOBAL_REQUEST, &client_input_global_request); in client_init_dispatch_20() [all …]
|
H A D | sshconnect2.c | 361 dispatch_set(SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in ssh_userauth2() 362 dispatch_set(SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in ssh_userauth2() 363 dispatch_set(SSH2_MSG_USERAUTH_BANNER, &input_userauth_banner); in ssh_userauth2() 536 dispatch_set(SSH2_MSG_USERAUTH_PK_OK, NULL); in input_userauth_pk_ok() 608 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE,&input_gssapi_response); in userauth_gssapi() 665 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN,&input_gssapi_token); in input_gssapi_response() 666 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERROR,&input_gssapi_error); in input_gssapi_response() 667 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK,&input_gssapi_errtok); in input_gssapi_response() 899 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE,NULL); in userauth_gssapi_cleanup() 900 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN,NULL); in userauth_gssapi_cleanup() [all …]
|
H A D | ssh.c | 1109 dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &client_subsystem_reply); 1110 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &client_subsystem_reply);
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | dispatch.h | 44 void dispatch_set(int, dispatch_fn *);
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | dispatch.c | 76 dispatch_set(int type, dispatch_fn *fn) in dispatch_set() function
|
H A D | kex.c | 148 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_reset_dispatch()
|