Searched refs:dispatch_set (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | auth2-gss.c | 122 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi() 123 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, &input_gssapi_errtok); in userauth_gssapi() 160 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_token() 169 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_token() 171 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_MIC, in input_gssapi_token() 174 dispatch_set( in input_gssapi_token() 210 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_errtok() 211 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, NULL); in input_gssapi_errtok() 244 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_exchange_complete() 245 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, NULL); in input_gssapi_exchange_complete() [all …]
|
D | serverloop.c | 850 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch() 851 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch() 852 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch() 853 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in server_init_dispatch() 854 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch() 855 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch() 856 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch() 857 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &server_input_channel_req); in server_init_dispatch() 858 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in server_init_dispatch() 859 dispatch_set(SSH2_MSG_GLOBAL_REQUEST, &server_input_global_request); in server_init_dispatch() [all …]
|
D | clientloop.c | 2694 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch_20() 2695 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_20() 2696 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch_20() 2697 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in client_init_dispatch_20() 2698 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch_20() 2699 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_20() 2700 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_20() 2701 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req); in client_init_dispatch_20() 2702 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in client_init_dispatch_20() 2703 dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &channel_input_status_confirm); in client_init_dispatch_20() [all …]
|
D | auth2.c | 172 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request); in do_authentication2() 193 dispatch_set(SSH2_MSG_USERAUTH_REQUEST, &input_userauth_request); in input_service_request() 274 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_userauth_request() 275 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE, NULL); in input_userauth_request() 355 dispatch_set(SSH2_MSG_USERAUTH_REQUEST, &dispatch_protocol_ignore); in userauth_finish()
|
D | dispatch.h | 53 #define dispatch_set(type, fn) \ macro
|
D | auth2-chall.c | 216 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL); in auth2_challenge_stop() 247 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, in auth2_challenge_start()
|
D | sshconnect2.c | 694 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE, &input_gssapi_response); in userauth_gssapi() 695 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi() 696 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERROR, &input_gssapi_error); in userauth_gssapi() 697 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, &input_gssapi_errtok); in userauth_gssapi() 921 dispatch_set(SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ, in userauth_passwd() 993 dispatch_set(SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ, in input_userauth_passwd_changereq() 1213 dispatch_set(SSH2_MSG_USERAUTH_PK_OK, &input_userauth_pk_ok); in send_pubkey_test() 1533 dispatch_set(SSH2_MSG_USERAUTH_INFO_REQUEST, NULL); in userauth_kbdint() 1547 dispatch_set(SSH2_MSG_USERAUTH_INFO_REQUEST, &input_userauth_info_req); in userauth_kbdint()
|