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 | 1368 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch_20() 1369 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_20() 1370 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch_20() 1371 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in server_init_dispatch_20() 1372 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch_20() 1373 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_20() 1374 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_20() 1375 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &server_input_channel_req); in server_init_dispatch_20() 1376 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in server_init_dispatch_20() 1377 dispatch_set(SSH2_MSG_GLOBAL_REQUEST, &server_input_global_request); in server_init_dispatch_20() [all …]
|
D | clientloop.c | 2591 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch_20() 2592 dispatch_set(SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_20() 2593 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch_20() 2594 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in client_init_dispatch_20() 2595 dispatch_set(SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch_20() 2596 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_20() 2597 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_20() 2598 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req); in client_init_dispatch_20() 2599 dispatch_set(SSH2_MSG_CHANNEL_WINDOW_ADJUST, &channel_input_window_adjust); in client_init_dispatch_20() 2600 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() 270 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_userauth_request() 271 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE, NULL); in input_userauth_request() 350 dispatch_set(SSH2_MSG_USERAUTH_REQUEST, &dispatch_protocol_ignore); in userauth_finish()
|
D | sshconnect2.c | 418 dispatch_set(SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in ssh_userauth2() 419 dispatch_set(SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in ssh_userauth2() 420 dispatch_set(SSH2_MSG_USERAUTH_BANNER, &input_userauth_banner); in ssh_userauth2() 676 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE, &input_gssapi_response); in userauth_gssapi() 677 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi() 678 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERROR, &input_gssapi_error); in userauth_gssapi() 679 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, &input_gssapi_errtok); in userauth_gssapi() 903 dispatch_set(SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ, in userauth_passwd() 975 dispatch_set(SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ, in input_userauth_passwd_changereq() 1112 dispatch_set(SSH2_MSG_USERAUTH_PK_OK, &input_userauth_pk_ok); in send_pubkey_test() [all …]
|
D | dispatch.h | 53 #define dispatch_set(type, fn) \ macro
|
D | auth2-chall.c | 211 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL); in auth2_challenge_stop() 242 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, in auth2_challenge_start()
|