Lines Matching defs:ssh
94 verify_host_key_callback(struct sshkey *hostkey, struct ssh *ssh) in verify_host_key_callback()
218 ssh_kex2(struct ssh *ssh, char *host, struct sockaddr *hostaddr, u_short port, in ssh_kex2()
422 ssh_userauth2(struct ssh *ssh, const char *local_user, in ssh_userauth2()
490 input_userauth_service_accept(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_service_accept()
523 userauth(struct ssh *ssh, char *authlist) in userauth()
561 input_userauth_error(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_error()
568 input_userauth_banner(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_banner()
587 input_userauth_success(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_success()
620 input_userauth_failure(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_failure()
680 input_userauth_pk_ok(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_pk_ok()
751 userauth_gssapi(struct ssh *ssh) in userauth_gssapi()
807 userauth_gssapi_cleanup(struct ssh *ssh) in userauth_gssapi_cleanup()
817 process_gssapi_token(struct ssh *ssh, gss_buffer_t recv_tok) in process_gssapi_token()
884 input_gssapi_response(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_response()
928 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_token()
960 input_gssapi_errtok(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_errtok()
994 input_gssapi_error(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_error()
1015 userauth_none(struct ssh *ssh) in userauth_none()
1031 userauth_passwd(struct ssh *ssh) in userauth_passwd()
1071 input_userauth_passwd_changereq(int type, u_int32_t seqnr, struct ssh *ssh) in input_userauth_passwd_changereq()
1152 key_sig_algorithm(struct ssh *ssh, const struct sshkey *key) in key_sig_algorithm()
1307 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1478 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1627 get_agent_identities(struct ssh *ssh, int *agent_fdp, in get_agent_identities()
1665 pubkey_prepare(struct ssh *ssh, Authctxt *authctxt) in pubkey_prepare()
1826 pubkey_cleanup(struct ssh *ssh) in pubkey_cleanup()
1854 userauth_pubkey(struct ssh *ssh) in userauth_pubkey()
1906 userauth_kbdint(struct ssh *ssh) in userauth_kbdint()
1939 input_userauth_info_req(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_info_req()
2010 ssh_keysign(struct ssh *ssh, struct sshkey *key, u_char **sigp, size_t *lenp, in ssh_keysign()
2126 userauth_hostbased(struct ssh *ssh) in userauth_hostbased()