Home
last modified time | relevance | path

Searched refs:error_r (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/crypto/openssh/
Dssh-add.c152 error_r(r, "(stdin):%d: invalid key", lnum); in delete_stdin()
189 error_r(r, "Failed to load certificate \"%s\"", certpath); in delete_file()
393 error_r(r, "Failed to load certificate \"%s\"", certpath); in add_file()
420 error_r(r, "Certificate %s (%s) add failed", certpath, in add_file()
485 error_r(r, "Couldn't read public key %s", filename); in test_key()
491 error_r(r, "Agent signature failed for %s", filename); in test_key()
496 error_r(r, "Signature verification failed for %s", filename); in test_key()
593 error_r(r, "Unable to load resident keys"); in load_resident_keys()
Dssh-keygen.c1113 error_r(r, "sshkey_generate failed"); in do_gen_all_hostkeys()
1123 error_r(r, "Saving key \"%s\" failed", prv_tmp); in do_gen_all_hostkeys()
1134 error_r(r, "Unable to save public key to %s", in do_gen_all_hostkeys()
1462 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_passphrase()
1579 error_r(r, "Saving key \"%s\" failed", identity_file); in do_change_comment()
2184 error_r(r, "%s:%lu: invalid key", path, lnum); in do_show_cert()
2586 error_r(r, "Signing %s failed", filename); in sign_one()
2709 error_r(r, "Couldn't load public key %s", keypath); in sig_sign()
2788 error_r(r, "Couldn't read signature file"); in sig_verify()
2849 error_r(r, "Could not print public key.\n"); in sig_verify()
[all …]
Dsshsig.c189 error_r(r, "Couldn't sign message (signer)"); in sshsig_wrap_sign()
196 error_r(r, "Couldn't sign message"); in sshsig_wrap_sign()
356 error_r(r, "Couldn't verify signature: unable to get " in sshsig_wrap_verify()
369 error_r(r, "Signature verification failed"); in sshsig_wrap_verify()
Dauth-options.c91 error_r(r, "Unable to parse certificate options"); in cert_option_list()
127 error_r(r, "Unable to parse \"%s\" " in cert_option_list()
142 error_r(r, "Unable to parse \"%s\" " in cert_option_list()
Dlog.h117 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… macro
Dsshd.c517 error_r(r, "Could not get agent socket"); in privsep_preauth()
1887 error_r(r, "Could not connect to agent \"%s\"",
1995 error_r(r, "Could not load host certificate \"%s\"",
2344 error_r(r, "Unable to get agent socket");
Dauth.c577 error_r(r, "Error checking authentication key %s %s in " in auth_key_is_revoked()
Dssh.c536 error_r(r, "load %s \"%s\"", message, path); in check_load()
550 error_r(r, "load %s \"%s\"", message, path); in check_load()
Dsshconnect.c1491 error_r(r, "Error checking host key %s %s in " in verify_host_key()
Dkrl.c1382 error_r(r, "parse KRL key"); in krl_dump()
Dchannels.c3179 error_r(r, "%s: parse id", where); in channel_parse_id()
3183 error_r(r, "%s: bad channel id %u", where, id); in channel_parse_id()
Dsshconnect2.c1602 error_r(r, "Load key \"%s\"", id->filename); in load_identity_file()