Searched refs:error_r (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | ssh-add.c | 151 error_r(r, "(stdin):%d: invalid key", lnum); in delete_stdin() 188 error_r(r, "Failed to load certificate \"%s\"", certpath); in delete_file() 395 error_r(r, "Failed to load certificate \"%s\"", certpath); in add_file() 421 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() 591 error_r(r, "Unable to load resident keys"); in load_resident_keys()
|
| H A D | ssh-keygen.c | 1110 error_r(r, "sshkey_generate failed"); in do_gen_all_hostkeys() 1120 error_r(r, "Saving key \"%s\" failed", prv_tmp); in do_gen_all_hostkeys() 1131 error_r(r, "Unable to save public key to %s", in do_gen_all_hostkeys() 2152 error_r(r, "%s:%lu: invalid key", path, lnum); in do_show_cert() 2546 error_r(r, "Signing %s failed", filename); in sign_one() 2621 error_r(r, "Couldn't load public key %s", keypath); in sig_sign() 2728 error_r(r, "Couldn't read signature file"); in sig_verify() 2789 error_r(r, "Could not print public key.\n"); in sig_verify() 2815 error_r(r, "Couldn't read signature file"); in sig_find_principals() 3029 error_r(r, "Unable to load resident keys"); in do_download_sk() [all …]
|
| H A D | sshsig.c | 189 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()
|
| H A D | auth-options.c | 91 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()
|
| H A D | log.h | 117 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… macro
|
| H A D | sshd.c | 521 error_r(r, "Could not get agent socket"); in privsep_preauth() 1846 error_r(r, "Could not connect to agent \"%s\"", 1947 error_r(r, "Could not load host certificate \"%s\"", 2313 error_r(r, "Unable to get agent socket");
|
| H A D | auth.c | 677 error_r(r, "Error checking authentication key %s %s in " in auth_key_is_revoked()
|
| H A D | krl.c | 1382 error_r(r, "parse KRL key"); in krl_dump()
|
| H A D | sshconnect.c | 1480 error_r(r, "Error checking host key %s %s in " in verify_host_key()
|
| H A D | ssh.c | 538 error_r(r, "load %s \"%s\"", message, path); in check_load()
|
| H A D | sshconnect2.c | 1580 error_r(r, "Load key \"%s\"", id->filename); in load_identity_file()
|
| H A D | channels.c | 2930 error_r(r, "%s: parse id", where); 2934 error_r(r, "%s: bad channel id %u", where, id);
|