Home
last modified time | relevance | path

Searched refs:ssh_err (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssh/
H A Dlog.h130 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_AR…
131 #define debug3_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, ssh_err(r), _…
132 #define debug2_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, ssh_err(r), _…
133 #define debug_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, ssh_err(r), _…
134 #define verbose_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, ssh_err(r),…
135 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __V…
136 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __…
137 #define fatal_r(r, ...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, ssh_err(r), …
138 #define logdie_r(r, ...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r),…
139 #define do_log2_fr(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, ssh_err(r), __VA_A…
[all …]
H A Dssh-add.c120 path, ssh_err(r)); in delete_one()
177 printf("Bad key file %s: %s\n", filename, ssh_err(r)); in delete_file()
307 filename, ssh_err(r)); in add_file()
318 filename, ssh_err(r)); in add_file()
326 filename, ssh_err(r)); in add_file()
345 filename, ssh_err(r)); in add_file()
391 filename, ssh_err(r)); in add_file()
489 add ? "add" : "remove", id, ssh_err(r)); in update_card()
542 ssh_err(r)); in list_identities()
558 ssh_err(r)); in list_identities()
[all …]
H A Dssh-sk-helper.c144 resp = reply_error(r, "Signing failed: %s", ssh_err(r)); in process_sign()
203 resp = reply_error(r, "Enrollment failed: %s", ssh_err(r)); in process_enroll()
256 ssh_err(r)); in process_load_resident()
H A Dssherr.h87 const char *ssh_err(int n);
H A Dssherr.c23 ssh_err(int n) in ssh_err() function
H A Dauth-pam.c407 __func__, ssh_err(r)); in sshpam_thread_conv()
416 __func__, ssh_err(r)); in sshpam_thread_conv()
422 __func__, ssh_err(r)); in sshpam_thread_conv()
432 __func__, ssh_err(r)); in sshpam_thread_conv()
659 __func__, ssh_err(r)); in sshpam_store_conv()
1231 __func__, ssh_err(r)); in sshpam_passwd_conv()
H A Dssh-keyscan.c276 fprintf(stderr, "kex_setup: %s\n", ssh_err(r)); in keygrab_ssh2()
H A Dauth2.c417 __func__, ssh_err(r)); in userauth_finish()
H A Dmonitor.c1267 __func__, ssh_err(r)); in mm_answer_pam_respond()
1608 (ret != 0) ? ": " : "", (ret != 0) ? ssh_err(ret) : ""); in mm_answer_keyverify()
H A Dssh_namespace.h633 #define ssh_err Fssh_ssh_err macro
H A Dclientloop.c807 quit_message("Read from remote host %s: %s", host, ssh_err(r)); in client_process_net_input()
H A Dpacket.c2087 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal()
H A Dssh-keygen.c2902 debug_f("match: %s", ssh_err(r)); in sig_match_principals()
H A Dchannels.c2218 c->self, c->rfd, maxlen, ssh_err(r)); in channel_handle_rfd()
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-net.c348 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sys_tun_infilter()
362 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sys_tun_outfilter()
H A Dport-aix.c210 __func__, ssh_err(r)); in sys_auth_passwd()
269 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in sys_auth_allowed_user()
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c39 fprintf(stderr, "ssh_packet_next: %s\n", ssh_err(r)); in do_send_and_receive()
71 printf("done: %s\n", ssh_err(r)); in run_kex()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dsig_fuzz.cc19 fprintf(stderr, "generate(%d, %u): %s", type, bits, ssh_err(r)); in generate_or_die()