Lines Matching defs:ssh
96 verify_host_key_callback(struct sshkey *hostkey, struct ssh *ssh) in verify_host_key_callback()
220 ssh_kex2(struct ssh *ssh, char *host, struct sockaddr *hostaddr, u_short port, in ssh_kex2()
424 ssh_userauth2(struct ssh *ssh, const char *local_user, in ssh_userauth2()
492 input_userauth_service_accept(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_service_accept()
525 userauth(struct ssh *ssh, char *authlist) in userauth()
563 input_userauth_error(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_error()
570 input_userauth_banner(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_banner()
589 input_userauth_success(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_success()
622 input_userauth_failure(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_failure()
682 input_userauth_pk_ok(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_pk_ok()
753 userauth_gssapi(struct ssh *ssh) in userauth_gssapi()
809 userauth_gssapi_cleanup(struct ssh *ssh) in userauth_gssapi_cleanup()
819 process_gssapi_token(struct ssh *ssh, gss_buffer_t recv_tok) in process_gssapi_token()
886 input_gssapi_response(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_response()
930 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_token()
962 input_gssapi_errtok(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_errtok()
996 input_gssapi_error(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_error()
1017 userauth_none(struct ssh *ssh) in userauth_none()
1033 userauth_passwd(struct ssh *ssh) in userauth_passwd()
1073 input_userauth_passwd_changereq(int type, u_int32_t seqnr, struct ssh *ssh) in input_userauth_passwd_changereq()
1154 key_sig_algorithm(struct ssh *ssh, const struct sshkey *key) in key_sig_algorithm()
1309 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1480 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1629 get_agent_identities(struct ssh *ssh, int *agent_fdp, in get_agent_identities()
1667 pubkey_prepare(struct ssh *ssh, Authctxt *authctxt) in pubkey_prepare()
1828 pubkey_cleanup(struct ssh *ssh) in pubkey_cleanup()
1856 userauth_pubkey(struct ssh *ssh) in userauth_pubkey()
1908 userauth_kbdint(struct ssh *ssh) in userauth_kbdint()
1941 input_userauth_info_req(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_info_req()
2012 ssh_keysign(struct ssh *ssh, struct sshkey *key, u_char **sigp, size_t *lenp, in ssh_keysign()
2128 userauth_hostbased(struct ssh *ssh) in userauth_hostbased()