• Home
  • Raw
  • Download

Lines Matching defs:ssh

98 verify_host_key_callback(struct sshkey *hostkey, struct ssh *ssh)  in verify_host_key_callback()
160 ssh_kex2(struct ssh *ssh, char *host, struct sockaddr *hostaddr, u_short port) in ssh_kex2()
384 ssh_userauth2(struct ssh *ssh, const char *local_user, in ssh_userauth2()
443 input_userauth_service_accept(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_service_accept()
475 input_userauth_ext_info(int type, u_int32_t seqnr, struct ssh *ssh) in input_userauth_ext_info()
481 userauth(struct ssh *ssh, char *authlist) in userauth()
520 input_userauth_error(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_error()
528 input_userauth_banner(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_banner()
548 input_userauth_success(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_success()
581 input_userauth_failure(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_failure()
641 input_userauth_pk_ok(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_pk_ok()
712 userauth_gssapi(struct ssh *ssh) in userauth_gssapi()
768 userauth_gssapi_cleanup(struct ssh *ssh) in userauth_gssapi_cleanup()
781 process_gssapi_token(struct ssh *ssh, gss_buffer_t recv_tok) in process_gssapi_token()
848 input_gssapi_response(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_response()
893 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_token()
926 input_gssapi_errtok(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_errtok()
961 input_gssapi_error(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_error()
982 userauth_none(struct ssh *ssh) in userauth_none()
998 userauth_passwd(struct ssh *ssh) in userauth_passwd()
1039 input_userauth_passwd_changereq(int type, u_int32_t seqnr, struct ssh *ssh) in input_userauth_passwd_changereq()
1120 key_sig_algorithm(struct ssh *ssh, const struct sshkey *key) in key_sig_algorithm()
1247 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1409 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1717 pubkey_cleanup(struct ssh *ssh) in pubkey_cleanup()
1759 userauth_pubkey(struct ssh *ssh) in userauth_pubkey()
1807 userauth_kbdint(struct ssh *ssh) in userauth_kbdint()
1840 input_userauth_info_req(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_info_req()
1905 ssh_keysign(struct ssh *ssh, struct sshkey *key, u_char **sigp, size_t *lenp, in ssh_keysign()
2022 userauth_hostbased(struct ssh *ssh) in userauth_hostbased()