/freebsd/crypto/openssh/ |
H A D | ssh-add.c | 154 error_r(r, "(stdin):%d: invalid key", lnum); in delete_stdin() 201 error_r(r, "Failed to load certificate \"%s\"", certpath); in delete_file() 407 error_r(r, "Failed to load certificate \"%s\"", in add_file() 435 error_r(r, "Certificate %s (%s) add failed", certpath, in add_file() 507 error_r(r, "Couldn't read public key %s", filename); in test_key() 515 error_r(r, "Agent signature failed for %s", filename); in test_key() 520 error_r(r, "Signature verification failed for %s", filename); in test_key() 617 error_r(r, "Unable to load resident keys"); in load_resident_keys()
|
H A D | ssh-keygen.c | 1156 error_r(r, "sshkey_generate failed"); in do_gen_all_hostkeys() 1166 error_r(r, "Saving key \"%s\" failed", prv_tmp); in do_gen_all_hostkeys() 1177 error_r(r, "Unable to save public key to %s", in do_gen_all_hostkeys() 1505 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_passphrase() 1632 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_comment() 2237 error_r(r, "%s:%lu: invalid key", path, lnum); in do_show_cert() 2644 error_r(r, "Signing %s failed", filename); in sign_one() 2767 error_r(r, "Couldn't load public key %s", keypath); in sig_sign() 2846 error_r(r, "Couldn't read signature file"); in sig_verify() 2907 error_r(r, "Could not print public key.\n"); in sig_verify() [all …]
|
H A D | sshsig.c | 200 error_r(r, "Couldn't sign message (signer)"); in sshsig_wrap_sign() 207 error_r(r, "Couldn't sign message"); in sshsig_wrap_sign() 367 error_r(r, "Couldn't verify signature: unable to get " in sshsig_wrap_verify() 380 error_r(r, "Signature verification failed"); in sshsig_wrap_verify()
|
H A D | auth-options.c | 95 error_r(r, "Unable to parse certificate options"); in cert_option_list() 131 error_r(r, "Unable to parse \"%s\" " in cert_option_list() 146 error_r(r, "Unable to parse \"%s\" " in cert_option_list()
|
H A D | log.h | 112 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… macro
|
H A D | sshd-session.c | 347 error_r(r, "Could not get agent socket"); in privsep_preauth() 1142 error_r(r, "Could not connect to agent \"%s\"", in main()
|
H A D | sshd.c | 1535 error_r(r, "Could not connect to agent \"%s\"", in main() 1643 error_r(r, "Could not load host certificate \"%s\"", in main()
|
H A D | auth.c | 575 error_r(r, "Error checking authentication key %s %s in " in auth_key_is_revoked()
|
H A D | ssh.c | 537 error_r(r, "load %s \"%s\"", message, path); in check_load() 551 error_r(r, "load %s \"%s\"", message, path); in check_load()
|
H A D | sshconnect.c | 1530 error_r(r, "Error checking host key %s %s in " in verify_host_key()
|
H A D | krl.c | 1323 error_r(r, "parse KRL key"); in krl_dump()
|
H A D | channels.c | 3376 error_r(r, "%s: parse id", where); in channel_parse_id() 3380 error_r(r, "%s: bad channel id %u", where, id); in channel_parse_id()
|
H A D | sshconnect2.c | 1568 error_r(r, "Load key \"%s\"", id->filename); in load_identity_file()
|