Home
last modified time | relevance | path

Searched refs:ssh_dispatch_set (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dauth2-gss.c174 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_token()
186 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_token()
188 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_MIC, in input_gssapi_token()
191 ssh_dispatch_set(ssh, in input_gssapi_token()
230 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_errtok()
231 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, NULL); in input_gssapi_errtok()
270 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_exchange_complete()
271 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_ERRTOK, NULL); in input_gssapi_exchange_complete()
272 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_MIC, NULL); in input_gssapi_exchange_complete()
321 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_gssapi_mic()
[all …]
H A Ddispatch.h44 void ssh_dispatch_set(struct ssh *, int, dispatch_fn *);
54 ssh_dispatch_set(active_state, (type), (fn))
H A Dkexgexc.c86 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, in kexgex_client()
138 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, NULL); in input_kex_dh_gex_group()
139 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply); in input_kex_dh_gex_group()
H A Dsshconnect2.c405 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_ext_info); in ssh_userauth2()
442 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_error); in input_userauth_service_accept()
443 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in input_userauth_service_accept()
444 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in input_userauth_service_accept()
445 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_BANNER, &input_userauth_banner); in input_userauth_service_accept()
701 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi()
702 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_ERROR, &input_gssapi_error); in userauth_gssapi()
960 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ, in userauth_passwd()
1033 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ, in input_userauth_passwd_changereq()
1331 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_PK_OK, &input_userauth_pk_ok); in send_pubkey_test()
[all …]
H A Dauth2.c177 ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_REQUEST, &input_service_request); in do_authentication2()
199 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_REQUEST, &input_userauth_request); in input_service_request()
343 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); in input_userauth_request()
344 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE, NULL); in input_userauth_request()
429 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_REQUEST, &dispatch_protocol_ignore); in userauth_finish()
H A Dkexgexs.c65 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST, in kexgex_server()
119 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_INIT, &input_kex_dh_gex_init); in input_kex_dh_gex_request()
H A Dkex.c431 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys); in kex_send_newkeys()
449 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info()
483 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error); in kex_input_newkeys()
484 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_input_newkeys()
541 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, NULL); in kex_input_kexinit()
598 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_new()
H A Dauth2-chall.c214 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL); in auth2_challenge_stop()
246 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_INFO_RESPONSE, in auth2_challenge_start()
H A Ddispatch.c82 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) in ssh_dispatch_set() function
H A Dkexc25519s.c50 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &input_kex_c25519_init); in kexc25519_server()
H A Dkexc25519c.c67 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_c25519_reply); in kexc25519_client()
H A Dkexecdhs.c56 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &input_kex_ecdh_init); in kexecdh_server()
H A Dkexecdhc.c89 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_ecdh_reply); in kexecdh_client()
H A Dkexdhc.c101 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_REPLY, &input_kex_dh); in kexdh_client()
H A Dkexdhs.c89 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_INIT, &input_kex_dh_init); in kexdh_server()
H A Dssh_namespace.h505 #define ssh_dispatch_set Fssh_ssh_dispatch_set macro