Searched refs:error_r (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | ssh-add.c | 147 error_r(r, "(stdin):%d: invalid key", lnum); in delete_stdin() 194 error_r(r, "Failed to load certificate \"%s\"", certpath); in delete_file() 400 error_r(r, "Failed to load certificate \"%s\"", in add_file() 428 error_r(r, "Certificate %s (%s) add failed", certpath, in add_file() 500 error_r(r, "Couldn't read public key %s", filename); in test_key() 508 error_r(r, "Agent signature failed for %s", filename); in test_key() 513 error_r(r, "Signature verification failed for %s", filename); in test_key() 610 error_r(r, "Unable to load resident keys"); in load_resident_keys()
|
| D | ssh-keygen.c | 1133 error_r(r, "sshkey_generate failed"); in do_gen_all_hostkeys() 1143 error_r(r, "Saving key \"%s\" failed", prv_tmp); in do_gen_all_hostkeys() 1154 error_r(r, "Unable to save public key to %s", in do_gen_all_hostkeys() 1482 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_passphrase() 1609 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_comment() 2214 error_r(r, "%s:%lu: invalid key", path, lnum); in do_show_cert() 2621 error_r(r, "Signing %s failed", filename); in sign_one() 2744 error_r(r, "Couldn't load public key %s", keypath); in sig_sign() 2823 error_r(r, "Couldn't read signature file"); in sig_verify() 2884 error_r(r, "Could not print public key.\n"); in sig_verify() [all …]
|
| D | sshsig.c | 203 error_r(r, "Couldn't sign message (signer)"); in sshsig_wrap_sign() 210 error_r(r, "Couldn't sign message"); in sshsig_wrap_sign() 370 error_r(r, "Couldn't verify signature: unable to get " in sshsig_wrap_verify() 383 error_r(r, "Signature verification failed"); in sshsig_wrap_verify()
|
| D | auth-options.c | 90 error_r(r, "Unable to parse certificate options"); in cert_option_list() 126 error_r(r, "Unable to parse \"%s\" " in cert_option_list() 141 error_r(r, "Unable to parse \"%s\" " in cert_option_list()
|
| D | log.h | 133 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… macro
|
| D | sshd-session.c | 312 error_r(r, "Could not get agent socket"); in privsep_preauth() 1010 error_r(r, "Could not connect to agent \"%s\"", in main()
|
| D | sshd.c | 1395 error_r(r, "Could not connect to agent \"%s\"", in main() 1503 error_r(r, "Could not load host certificate \"%s\"", in main()
|
| D | auth.c | 481 error_r(r, "Error checking authentication key %s %s in " in auth_key_is_revoked()
|
| D | sshd-auth.c | 659 error_r(r, "Could not connect to agent \"%s\"", in main()
|
| D | ssh.c | 521 error_r(r, "load %s \"%s\"", message, path); in check_load() 535 error_r(r, "load %s \"%s\"", message, path); in check_load()
|
| D | krl.c | 1319 error_r(r, "parse KRL key"); in krl_dump()
|
| D | sshconnect.c | 1492 error_r(r, "Error checking host key %s %s in " in verify_host_key()
|
| D | sshconnect2.c | 1558 error_r(r, "Load key \"%s\"", id->filename); in load_identity_file()
|
| D | channels.c | 3336 error_r(r, "%s: parse id", where); in channel_parse_id() 3340 error_r(r, "%s: bad channel id %u", where, id); in channel_parse_id()
|