| /freebsd/crypto/openssh/ |
| H A D | ssh-add.c | 149 error_r(r, "(stdin):%d: invalid key", lnum); in delete_stdin() 196 error_r(r, "Failed to load certificate \"%s\"", certpath); in delete_file() 403 error_r(r, "Failed to load certificate \"%s\"", in add_file() 434 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() 611 error_r(r, "Unable to load resident keys"); in load_resident_keys()
|
| H A D | ssh-keygen.c | 1072 error_r(r, "sshkey_generate failed"); in do_gen_all_hostkeys() 1082 error_r(r, "Saving key \"%s\" failed", prv_tmp); in do_gen_all_hostkeys() 1093 error_r(r, "Unable to save public key to %s", in do_gen_all_hostkeys() 1421 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_passphrase() 1549 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_comment() 2156 error_r(r, "%s:%lu: invalid key", path, lnum); in do_show_cert() 2565 error_r(r, "Signing %s failed", filename); in sign_one() 2689 error_r(r, "Couldn't load public key %s", keypath); in sig_sign() 2768 error_r(r, "Couldn't read signature file"); in sig_verify() 2829 error_r(r, "Could not print public key.\n"); in sig_verify() [all …]
|
| H A D | sshsig.c | 205 error_r(r, "Couldn't sign message (signer)"); in sshsig_wrap_sign() 212 error_r(r, "Couldn't sign message"); in sshsig_wrap_sign() 372 error_r(r, "Couldn't verify signature: unable to get " in sshsig_wrap_verify() 385 error_r(r, "Signature verification failed"); in sshsig_wrap_verify()
|
| H A D | auth-options.c | 92 error_r(r, "Unable to parse certificate options"); in cert_option_list() 128 error_r(r, "Unable to parse \"%s\" " in cert_option_list() 143 error_r(r, "Unable to parse \"%s\" " in cert_option_list()
|
| H A D | log.h | 136 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… macro
|
| H A D | sshd-session.c | 323 error_r(r, "Could not get agent socket"); in privsep_preauth() 1071 error_r(r, "Could not connect to agent \"%s\"", in main()
|
| H A D | sshd-auth.c | 680 error_r(r, "Could not connect to agent \"%s\"", in main()
|
| H A D | auth.c | 578 error_r(r, "Error checking authentication key %s %s in " in auth_key_is_revoked()
|
| H A D | sshd.c | 1646 error_r(r, "Could not connect to agent \"%s\"", in main() 1752 error_r(r, "Could not load host certificate \"%s\"", in main()
|
| H A D | ssh.c | 528 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 | krl.c | 1323 error_r(r, "parse KRL key"); in krl_dump()
|
| H A D | sshconnect.c | 1527 error_r(r, "Error checking host key %s %s in " in verify_host_key()
|
| H A D | sshconnect2.c | 1573 error_r(r, "Load key \"%s\"", id->filename); in load_identity_file()
|
| H A D | channels.c | 3453 error_r(r, "%s: parse id", where); in channel_parse_id() 3457 error_r(r, "%s: bad channel id %u", where, id); in channel_parse_id()
|