| /freebsd/crypto/openssh/ |
| H A D | log.h | 130 #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 D | ssh-add.c | 120 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 D | ssh-sk-helper.c | 144 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 D | ssherr.h | 87 const char *ssh_err(int n);
|
| H A D | ssherr.c | 23 ssh_err(int n) in ssh_err() function
|
| H A D | auth-pam.c | 407 __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 D | ssh-keyscan.c | 276 fprintf(stderr, "kex_setup: %s\n", ssh_err(r)); in keygrab_ssh2()
|
| H A D | auth2.c | 417 __func__, ssh_err(r)); in userauth_finish()
|
| H A D | monitor.c | 1267 __func__, ssh_err(r)); in mm_answer_pam_respond() 1608 (ret != 0) ? ": " : "", (ret != 0) ? ssh_err(ret) : ""); in mm_answer_keyverify()
|
| H A D | ssh_namespace.h | 633 #define ssh_err Fssh_ssh_err macro
|
| H A D | clientloop.c | 807 quit_message("Read from remote host %s: %s", host, ssh_err(r)); in client_process_net_input()
|
| H A D | packet.c | 2087 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal()
|
| H A D | ssh-keygen.c | 2902 debug_f("match: %s", ssh_err(r)); in sig_match_principals()
|
| H A D | channels.c | 2218 c->self, c->rfd, maxlen, ssh_err(r)); in channel_handle_rfd()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | port-net.c | 348 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 D | port-aix.c | 210 __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 D | test_kex.c | 39 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 D | sig_fuzz.cc | 19 fprintf(stderr, "generate(%d, %u): %s", type, bits, ssh_err(r)); in generate_or_die()
|