Symbol: error_f
crypto/openssh/addrmatch.c
121
error_f("empty entry in list \"%.100s\"", o);
crypto/openssh/addrmatch.c
134
error_f("list entry \"%.100s\" too long", cp);
crypto/openssh/addrmatch.c
140
error_f("list entry \"%.100s\" contains invalid "
crypto/openssh/auth-options.c
83
error_f("sshbuf_fromb failed");
crypto/openssh/auth-pam.c
476
error_f("PAM user \"%s\" does not match previous \"%s\"",
crypto/openssh/auth2-hostbased.c
101
error_f("key type mismatch for decoded key "
crypto/openssh/auth2-hostbased.c
96
error_f("cannot decode key: %s", pkalg);
crypto/openssh/auth2-pubkey.c
148
error_f("cannot decode key: %s", pkalg);
crypto/openssh/auth2-pubkey.c
153
error_f("key type mismatch for decoded key "
crypto/openssh/auth2-pubkey.c
429
error_f("sshkey_fingerprint failed");
crypto/openssh/auth2-pubkey.c
434
error_f("sshkey_fingerprint failed");
crypto/openssh/auth2-pubkey.c
695
error_f("sshkey_fingerprint failed");
crypto/openssh/canohost.c
101
error_f("getnameinfo %d failed: %s",
crypto/openssh/channels.c
2587
error_f("accept: %s", strerror(errno));
crypto/openssh/channels.c
2594
error_f("getpeereid failed: %s", strerror(errno));
crypto/openssh/channels.c
3240
error_f("short message");
crypto/openssh/channels.c
3255
error_f("alloc");
crypto/openssh/channels.c
3282
error_f("alloc");
crypto/openssh/channels.c
3306
error_f("alloc");
crypto/openssh/channels.c
3314
error_f("unsupported request %s", ctype);
crypto/openssh/channels.c
3324
error_f("tcpip-forward for %s: bad port %u",
crypto/openssh/channels.c
3410
error_f("alloc reply");
crypto/openssh/channels.c
3416
error_f("no packet");
crypto/openssh/channels.c
3929
error_f("getaddrinfo(%.64s): %s", addr,
crypto/openssh/channels.c
3961
error_f("getnameinfo failed");
crypto/openssh/channels.c
4032
error_f("cannot listen to port: %d", fwd->listen_port);
crypto/openssh/channels.c
4075
error_f("unexpected channel type %d", type);
crypto/openssh/channels.c
4209
error_f("no path specified.");
crypto/openssh/channels.c
4691
error_f("getnameinfo failed");
crypto/openssh/channels.c
5225
error_f("display path too long");
crypto/openssh/clientloop.c
1554
error_f("bsigset setup: %s", strerror(errno));
crypto/openssh/clientloop.c
1557
error_f("bsigset setup: %s", strerror(errno));
crypto/openssh/clientloop.c
1597
error_f("bsigset sigprocmask: %s", strerror(errno));
crypto/openssh/clientloop.c
1612
error_f("osigset sigprocmask: %s", strerror(errno));
crypto/openssh/clientloop.c
1741
error_f("invalid listen port");
crypto/openssh/clientloop.c
1743
error_f("invalid originator port");
crypto/openssh/clientloop.c
1752
error_f("alloc reply");
crypto/openssh/clientloop.c
2345
error_f("known hosts file %s "
crypto/openssh/clientloop.c
2449
error_f("protocol error");
crypto/openssh/clientloop.c
2520
error_f("received duplicated %s host key",
crypto/openssh/clientloop.c
326
error_f("display name too long");
crypto/openssh/clientloop.c
341
error_f("mkdtemp: %s", strerror(errno));
crypto/openssh/clientloop.c
348
error_f("xauthfile path too long");
crypto/openssh/dh.c
255
error_f("BN_new failed");
crypto/openssh/dns.c
333
error_f("unsupported algorithm and/or digest_type");
crypto/openssh/hostfile.c
448
error_f("host_hash failed");
crypto/openssh/hostfile.c
490
error_f("fwrite: %s", strerror(errno));
crypto/openssh/hostfile.c
659
error_f("mkstemp: %s", strerror(oerrno));
crypto/openssh/hostfile.c
666
error_f("fdopen: %s", strerror(oerrno));
crypto/openssh/hostfile.c
728
error_f("unlink %.100s: %s", back, strerror(errno));
crypto/openssh/hostfile.c
734
error_f("link %.100s to %.100s: %s", filename,
crypto/openssh/hostfile.c
741
error_f("rename \"%s\" to \"%s\": %s", temp,
crypto/openssh/hostfile.c
749
error_f("unlink \"%s\": %s", temp, strerror(errno));
crypto/openssh/hostfile.c
906
error_f("sshkey_new failed");
crypto/openssh/kex.c
1095
error_f("KEX hash failed");
crypto/openssh/kex.c
1112
error_f("KDF failed");
crypto/openssh/kex.c
1145
error_f("already have session ID at kex");
crypto/openssh/kex.c
1151
error_f("no session ID in rekex");
crypto/openssh/kex.c
1181
error_f("missing hostkey loader");
crypto/openssh/kex.c
1199
error_f("missing hostkey verifier");
crypto/openssh/kex.c
1236
error_f("write: %.100s", strerror(errno));
crypto/openssh/kex.c
1287
error_f("sshbuf_dup_string failed");
crypto/openssh/kex.c
1298
error_f("No SSH version received in first %u lines "
crypto/openssh/kex.c
1318
error_f("%s", strerror(errno));
crypto/openssh/kex.c
1332
error_f("read: %.100s", strerror(errno));
crypto/openssh/kex.c
1363
error_f("sshbuf_dup_string failed");
crypto/openssh/kex.c
1382
error_f("calloc failed");
crypto/openssh/kex.c
241
error_f("type %u seq %u", type, seq);
crypto/openssh/kex.c
359
error_f("send EXT_INFO");
crypto/openssh/kex.c
384
error_f("send EXT_INFO");
crypto/openssh/kex.c
434
error_f("nul byte in %s", name);
crypto/openssh/kex.c
551
error_f("match_filter_denylist failed");
crypto/openssh/kex.c
557
error_f("kex_prop2buf failed");
crypto/openssh/kex.c
581
error_f("no kex");
crypto/openssh/kex.c
590
error_f("bad kex length: %zu < %d",
crypto/openssh/kex.c
595
error_f("buffer error");
crypto/openssh/kex.c
622
error_f("no kex");
crypto/openssh/kex.c
674
error_f("unknown kex type %u", kex->kex_type);
crypto/openssh/kex.c
794
error_f("no kex");
crypto/openssh/kex.c
798
error_f("requested twice");
crypto/openssh/kex.c
813
error_f("unsupported cipher %s", name);
crypto/openssh/kex.c
835
error_f("unsupported MAC %s", name);
crypto/openssh/kex.c
860
error_f("unsupported compression scheme %s", name);
crypto/openssh/kex.c
877
error_f("unsupported KEX method %s", k->name);
crypto/openssh/kex.c
898
error_f("unsupported hostkey algorithm %s", k->hostkey_alg);
crypto/openssh/krl.c
1064
error_f("alloc failed");
crypto/openssh/krl.c
1076
error_f("unsupported KRL format version %u", format_version);
crypto/openssh/krl.c
678
error_f("insane bitmap gap");
crypto/openssh/krl.c
931
error_f("bitmap wraps u64");
crypto/openssh/krl.c
994
error_f("bad length");
crypto/openssh/misc-agent.c
118
error_f("path \"%s\" too long for Unix domain socket",
crypto/openssh/misc-agent.c
124
error_f("socket: %.100s", strerror(errno));
crypto/openssh/misc-agent.c
130
error_f("bind \"%s\": %.100s",
crypto/openssh/misc-agent.c
136
error_f("bind \"%s\": %.100s", path, strerror(errno));
crypto/openssh/misc-agent.c
140
error_f("listen \"%s\": %s", path, strerror(errno));
crypto/openssh/misc-agent.c
169
error_f("mkdir %s: %s", path, strerror(errno));
crypto/openssh/misc-agent.c
241
error_f("socket: %s", strerror(errno));
crypto/openssh/misc-agent.c
284
error_f("clock_gettime: %s", strerror(errno));
crypto/openssh/misc-agent.c
294
error_f("couldn't get hostname hash");
crypto/openssh/misc-agent.c
305
error_f("opendir \"%s\": %s", dirpath, strerror(errno));
crypto/openssh/misc-agent.c
319
error_f("stat \"%s/%s\": %s",
crypto/openssh/misc-agent.c
60
error_f("bad length %zu >= max %zd", len, l);
crypto/openssh/misc-agent.c
64
error_f("gethostname: %s", strerror(errno));
crypto/openssh/misc.c
1300
error_f("No such user %s", user);
crypto/openssh/misc.c
1304
error_f("No such uid %ld", (long)uid);
crypto/openssh/misc.c
1313
error_f("xasprintf failed");
crypto/openssh/misc.c
1317
error_f("Path too long");
crypto/openssh/misc.c
1392
error_f("environment variable '%s' missing "
crypto/openssh/misc.c
1398
error_f("zero-length environment variable");
crypto/openssh/misc.c
1404
error_f("env var ${%s} has no value", var);
crypto/openssh/misc.c
1432
error_f("invalid format");
crypto/openssh/misc.c
1444
error_f("unknown key %%%c", *string);
crypto/openssh/misc.c
2010
error_f("path \"%s\" too long for Unix domain socket", path);
crypto/openssh/misc.c
2018
error_f("socket: %.100s", strerror(errno));
crypto/openssh/misc.c
2028
error_f("cannot bind to path %s: %s", path, strerror(errno));
crypto/openssh/misc.c
2035
error_f("cannot listen on path %s: %s", path, strerror(errno));
crypto/openssh/misc.c
2806
error_f("open %s: %s", _PATH_DEVNULL,
crypto/openssh/misc.c
2813
error_f("dup2: %s", strerror(errno));
crypto/openssh/misc.c
2861
error_f("inconsistent flags");
crypto/openssh/misc.c
2865
error_f("inconsistent flags/output");
crypto/openssh/misc.c
3143
error_f("nlist failed for %s", path);
crypto/openssh/misc.c
3147
error_f("library %s does not contain symbol %s", path, s);
crypto/openssh/misc.c
3163
error_f("open %s: %s", path, strerror(errno));
crypto/openssh/misc.c
3167
error_f("fstat %s: %s", path, strerror(errno));
crypto/openssh/misc.c
3171
error_f("%s is not a regular file", path);
crypto/openssh/misc.c
3177
error_f("%s bad size %lld", path, (long long)st.st_size);
crypto/openssh/misc.c
3183
error_f("mmap %s: %s", path, strerror(errno));
crypto/openssh/misc.c
3187
error_f("%s does not contain expected string %s", path, s);
crypto/openssh/monitor.c
1725
error_f("fd0 %d != 0", fd0);
crypto/openssh/monitor_fdpass.c
142
error_f("recvmsg: %s", strerror(errno));
crypto/openssh/monitor_fdpass.c
147
error_f("recvmsg: expected received 1 got %zd", n);
crypto/openssh/monitor_fdpass.c
153
error_f("no fd");
crypto/openssh/monitor_fdpass.c
159
error_f("no message header");
crypto/openssh/monitor_fdpass.c
165
error_f("expected %d got %d", SCM_RIGHTS, cmsg->cmsg_type);
crypto/openssh/monitor_fdpass.c
173
error_f("file descriptor passing not supported");
crypto/openssh/monitor_fdpass.c
87
error_f("sendmsg(%d): %s", fd, strerror(errno));
crypto/openssh/monitor_fdpass.c
92
error_f("sendmsg: expected sent 1 got %zd", n);
crypto/openssh/monitor_fdpass.c
97
error_f("file descriptor passing not supported");
crypto/openssh/monitor_wrap.c
139
error_f("child terminated by signal %d",
crypto/openssh/monitor_wrap.c
144
error_f("child terminated abnormally (status=0x%x)",
crypto/openssh/monitor_wrap.c
198
error_f("read: %s", strerror(errno));
crypto/openssh/monitor_wrap.c
619
error_f("cannot allocate fds for pty");
crypto/openssh/msg.c
52
error_f("write: %s", strerror(errno));
crypto/openssh/msg.c
56
error_f("write: %s", strerror(errno));
crypto/openssh/msg.c
74
error_f("read header: %s", strerror(errno));
crypto/openssh/msg.c
79
error_f("read: bad msg_len %u", msg_len);
crypto/openssh/msg.c
88
error_f("read: %s", strerror(errno));
crypto/openssh/mux.c
1008
error_f("malformed message");
crypto/openssh/mux.c
1017
error_f("invalid port 0x%x", _cport);
crypto/openssh/mux.c
1026
error_f("failed to receive fd %d from client", i);
crypto/openssh/mux.c
1230
error_f("malformed message");
crypto/openssh/mux.c
1243
error_f("expected MUX_MSG_HELLO(0x%08x), "
crypto/openssh/mux.c
1259
error_f("unsupported mux message 0x%08x", type);
crypto/openssh/mux.c
1670
error_f("expected HELLO (%u) got %u", MUX_MSG_HELLO, type);
crypto/openssh/mux.c
1948
error_f("forwarding request failed: %s", e);
crypto/openssh/mux.c
1997
error_f("master alive request failed");
crypto/openssh/mux.c
2056
error_f("read from master failed: %s", strerror(errno));
crypto/openssh/mux.c
2083
error_f("session request failed: %s", e);
crypto/openssh/mux.c
2088
error_f("unexpected response from master 0x%08x", type);
crypto/openssh/mux.c
2226
error_f("master alive request failed");
crypto/openssh/mux.c
2262
error_f("read from master failed: %s", strerror(errno));
crypto/openssh/mux.c
2291
error_f("unexpected response from master 0x%08x", type);
crypto/openssh/mux.c
243
error_f("name '%.100s...' too long", env);
crypto/openssh/mux.c
2433
error_f("master hello exchange failed");
crypto/openssh/mux.c
2466
error_f("master forward request failed");
crypto/openssh/mux.c
2481
error_f("master cancel forward request failed");
crypto/openssh/mux.c
267
error_f("HELLO received twice");
crypto/openssh/mux.c
275
error_f("unsupported multiplexing protocol version %u "
crypto/openssh/mux.c
359
error_f("malformed message");
crypto/openssh/mux.c
376
error_f(">%d environment variables received, "
crypto/openssh/mux.c
397
error_f("failed to receive fd %d from client", i);
crypto/openssh/mux.c
447
error_f("tcgetattr: %s", strerror(errno));
crypto/openssh/mux.c
641
error_f("unknown channel");
crypto/openssh/mux.c
704
error_f("%s", failmsg);
crypto/openssh/mux.c
738
error_f("malformed message");
crypto/openssh/mux.c
903
error_f("malformed message");
crypto/openssh/nchan.c
414
error_f("channel %d: shutdown() failed for "
crypto/openssh/openbsd-compat/bsd-pselect.c
192
error_f("failed to restore signal handler for "
crypto/openssh/openbsd-compat/bsd-pselect.c
64
error_f("fcntl: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
359
error_f("socket \"%s\" is not compatible with AF_UNIX", path);
crypto/openssh/openbsd-compat/port-linux.c
364
error_f("socket \"%s\" stat: %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
372
error_f("socket path \"%s\" too long", path);
crypto/openssh/openbsd-compat/port-linux.c
379
error_f("socket \"%s\": %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
383
error_f("socket \"%s\" connect: %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
387
error_f("socket \"%s\" write: %s", path, strerror(errno));
crypto/openssh/openbsd-compat/port-linux.c
410
error_f("monotime returned negative value");
crypto/openssh/packet.c
308
error_f("cannot load cipher 'none'");
crypto/openssh/packet.c
314
error_f("could not allocate state");
crypto/openssh/readconf.c
3499
error_f("invalid hostname \"%s\"", tmp_host);
crypto/openssh/readconf.c
3503
error_f("invalid username \"%s\"", tmp_user);
crypto/openssh/readpass.c
251
error_f("fflush: %s", strerror(errno));
crypto/openssh/readpass.c
270
error_f("fork: %s", strerror(errno));
crypto/openssh/readpass.c
281
error_f("exec(%s): %s", askpass, strerror(errno));
crypto/openssh/readpass.c
58
error_f("fflush: %s", strerror(errno));
crypto/openssh/readpass.c
62
error_f("pipe: %s", strerror(errno));
crypto/openssh/readpass.c
67
error_f("fork: %s", strerror(errno));
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
141
error_f("dup: %s", strerror(errno));
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
15
error_f("open /dev/null: %s", strerror(errno));
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
47
error_f("sshbuf_from failed");
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
149
error_f("key prepare failed");
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
216
error_f("strdup prop %d", i);
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
150
error_f("libcrypto setup failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
154
error_f("fido_cred_pubkey_ptr failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
158
error_f("bad fido_cred_pubkey_len %zu",
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
165
error_f("BN_bin2bn failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
169
error_f("EC_POINT_set_affine_coordinates failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
175
error_f("bad pubkey length %zu", *pubkey_len);
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
179
error_f("malloc pubkey failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
184
error_f("EC_POINT_point2oct failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
211
error_f("sshkey_new failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
219
error_f("allocation failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
224
error_f("get_pubkey_from_cred_ecdsa failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
245
error_f("allocation failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
274
error_f("fido_cred_pubkey_ptr failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
278
error_f("bad fido_cred_pubkey_len %zu",
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
284
error_f("sshkey_new failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
289
error_f("malloc failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
322
error_f("key type %s not supported", sshkey_type(k));
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
96
error_f("unsupported format");
crypto/openssh/servconf.c
3261
error_f("bad number of %s", what);
crypto/openssh/servconf.c
3265
error_f("bad number of %s", what);
crypto/openssh/servconf.c
3390
error_f("bad syslog facility");
crypto/openssh/servconf.c
3409
error_f("bad log level");
crypto/openssh/servconf.c
3426
error_f("bad number of ports");
crypto/openssh/servconf.c
3476
error_f("bad boolean");
crypto/openssh/servconf.c
3626
error_f("unsupported config blob version %u", version);
crypto/openssh/servconf.c
3669
error_f("trailing data in config blob");
crypto/openssh/serverloop.c
346
error_f("bsigset setup: %s", strerror(errno));
crypto/openssh/serverloop.c
350
error_f("bsigset setup: %s", strerror(errno));
crypto/openssh/serverloop.c
372
error_f("bsigset sigprocmask: %s", strerror(errno));
crypto/openssh/serverloop.c
382
error_f("osigset sigprocmask: %s", strerror(errno));
crypto/openssh/serverloop.c
432
error_f("invalid target port");
crypto/openssh/serverloop.c
437
error_f("invalid originator port");
crypto/openssh/serverloop.c
483
error_f("invalid originator port");
crypto/openssh/serverloop.c
699
error_f("unknown host %s key", sshkey_type(key));
crypto/openssh/serverloop.c
708
error_f("can't retrieve hostkey %d", ndx);
crypto/openssh/session.c
1728
error_f("cannot allocate %d sessions",
crypto/openssh/session.c
2126
error_f("unsupported signal \"%s\"", signame);
crypto/openssh/session.c
2130
error_f("no pid for session %d", s->self);
crypto/openssh/session.c
2134
error_f("refusing to send signal %s to %s session",
crypto/openssh/session.c
2144
error_f("killpg(%ld, %d): %s", (long)s->pid,
crypto/openssh/session.c
2247
error_f("no session");
crypto/openssh/session.c
249
error_f("mkstemp: %s", strerror(errno));
crypto/openssh/session.c
254
error_f("write: %s", strerror(errno));
crypto/openssh/session.c
258
error_f("close: %s", strerror(errno));
crypto/openssh/session.c
378
error_f("pipe in: %.100s", strerror(errno));
crypto/openssh/session.c
382
error_f("pipe out: %.100s", strerror(errno));
crypto/openssh/session.c
388
error_f("pipe err: %.100s", strerror(errno));
crypto/openssh/session.c
403
error_f("socketpair #1: %.100s", strerror(errno));
crypto/openssh/session.c
407
error_f("socketpair #2: %.100s", strerror(errno));
crypto/openssh/session.c
419
error_f("fork: %.100s", strerror(errno));
crypto/openssh/session.c
551
error_f("dup #1: %s", strerror(errno));
crypto/openssh/session.c
558
error_f("dup #2: %s", strerror(errno));
crypto/openssh/session.c
568
error_f("fork: %.100s", strerror(errno));
crypto/openssh/sftp-server.c
1637
error_f("bad read or write fd");
crypto/openssh/sftp-server.c
1643
error_f("fstat read_fd failed: %s", strerror(errno));
crypto/openssh/sftp-server.c
1648
error_f("fstat write_fd failed: %s", strerror(errno));
crypto/openssh/sftp-server.c
1656
error_f("refusing to read/write same file: "
crypto/openssh/sftp-server.c
1668
error_f("read_seek failed");
crypto/openssh/sftp-server.c
1675
error_f("write_seek failed");
crypto/openssh/sftp-server.c
1690
error_f("read failed: %s", strerror(errno));
crypto/openssh/sftp-server.c
820
error_f("seek \"%.100s\": %s", handle_to_name(handle),
crypto/openssh/sftp-server.c
829
error_f("read \"%.100s\": %s", handle_to_name(handle),
crypto/openssh/sftp-server.c
868
error_f("seek \"%.100s\": %s", handle_to_name(handle),
crypto/openssh/sftp-server.c
875
error_f("write \"%.100s\": %s",
crypto/openssh/ssh-agent.c
1114
error_f("unsupported extensions (len %zu)", elen);
crypto/openssh/ssh-agent.c
1126
error_f("user match pattern too long");
crypto/openssh/ssh-agent.c
1179
error_f("unsupported extensions (len %zu)", elen);
crypto/openssh/ssh-agent.c
1190
error_f("inconsistent \"from\" specification");
crypto/openssh/ssh-agent.c
1195
error_f("incomplete \"to\" specification");
crypto/openssh/ssh-agent.c
1226
error_f("%s not valid here", ext_name);
crypto/openssh/ssh-agent.c
1231
error_f("%s already set", ext_name);
crypto/openssh/ssh-agent.c
1242
error_f("%s already set", ext_name);
crypto/openssh/ssh-agent.c
1252
error_f("too many %s constraints", ext_name);
crypto/openssh/ssh-agent.c
1265
error_f("%s not valid here", ext_name);
crypto/openssh/ssh-agent.c
1270
error_f("%s already set", ext_name);
crypto/openssh/ssh-agent.c
1282
error_f("too many %s constraints", ext_name);
crypto/openssh/ssh-agent.c
1295
error_f("unsupported constraint \"%s\"", ext_name);
crypto/openssh/ssh-agent.c
1325
error_f("lifetime already set");
crypto/openssh/ssh-agent.c
1338
error_f("confirm already set");
crypto/openssh/ssh-agent.c
1351
error_f("Unknown constraint %d", ctype);
crypto/openssh/ssh-agent.c
1386
error_f("failed to parse constraints");
crypto/openssh/ssh-agent.c
1595
error_f("failed to parse constraints");
crypto/openssh/ssh-agent.c
1696
error_f("pkcs11_del_provider failed");
crypto/openssh/ssh-agent.c
1723
error_f("session ID too long");
crypto/openssh/ssh-agent.c
1738
error_f("attempt to bind session ID to socket "
crypto/openssh/ssh-agent.c
1751
error_f("session ID recorded against different key "
crypto/openssh/ssh-agent.c
1763
error_f("too many session IDs recorded");
crypto/openssh/ssh-agent.c
2028
error_f("read error on socket %u (fd %d): %s",
crypto/openssh/ssh-agent.c
2059
error_f("read error on socket %u (fd %d): %s",
crypto/openssh/ssh-agent.c
2087
error_f("no socket for fd %d", pfd[i].fd);
crypto/openssh/ssh-agent.c
2581
error_f("stdfd_devnull failed");
crypto/openssh/ssh-agent.c
502
error_f("previous session bind failed on socket");
crypto/openssh/ssh-agent.c
552
error_f("tried to sign on forwarding hop");
crypto/openssh/ssh-agent.c
556
error_f("tried to forward though signing bind");
crypto/openssh/ssh-agent.c
915
error_f("unexpected session ID (%zu listed) on "
crypto/openssh/ssh-agent.c
927
error_f("refusing use of destination-constrained key: "
crypto/openssh/ssh-agent.c
934
error_f("refusing use of destination-constrained key: "
crypto/openssh/ssh-keygen.c
2581
error_f("buffer error");
crypto/openssh/ssh-keygen.c
559
error_f("remaining bytes in key blob %d", rlen);
crypto/openssh/ssh-pkcs11-client.c
305
error_f("private key %s doesn't match cert %s",
crypto/openssh/ssh-pkcs11-client.c
340
error_f("socketpair: %s", strerror(errno));
crypto/openssh/ssh-pkcs11-client.c
345
error_f("fork: %s", strerror(errno));
crypto/openssh/ssh-pkcs11.c
1069
error_f("RSA key too small %d < minimum %d",
crypto/openssh/ssh-pkcs11.c
1308
error_f("RSA key too small %d < minimum %d",
crypto/openssh/ssh-pkcs11.c
1368
error_f("incorrect returned public key "
crypto/openssh/ssh-pkcs11.c
140
error_f("provider \"%s\" still valid", p->name);
crypto/openssh/ssh-pkcs11.c
1411
error_f("sshkey_fingerprint failed");
crypto/openssh/ssh-pkcs11.c
1705
error_f("key generation failed: error 0x%lx", rv);
crypto/openssh/ssh-pkcs11.c
1797
error_f("invalid key size %lu", bits);
crypto/openssh/ssh-pkcs11.c
1802
error_f("invalid oid");
crypto/openssh/ssh-pkcs11.c
1835
error_f("key generation failed: error 0x%lx", rv);
crypto/openssh/ssh-pkcs11.c
2295
error_f("PKCS#11 not supported");
crypto/openssh/ssh-pkcs11.c
2303
error_f("PKCS#11 not supported");
crypto/openssh/ssh-pkcs11.c
2310
error_f("PKCS#11 not supported");
crypto/openssh/ssh-pkcs11.c
2320
error_f("PKCS#11 not supported");
crypto/openssh/ssh-pkcs11.c
2327
error_f("PKCS#11 not supported");
crypto/openssh/ssh-pkcs11.c
559
error_f("no key found");
crypto/openssh/ssh-pkcs11.c
649
error_f("no key found");
crypto/openssh/ssh-pkcs11.c
686
error_f("bad signature length: %lu", (u_long)slen);
crypto/openssh/ssh-pkcs11.c
734
error_f("no key found");
crypto/openssh/ssh-pkcs11.c
760
error_f("bad signature length: %lu", (u_long)slen);
crypto/openssh/ssh-pkcs11.c
95
error_f("%s", msg);
crypto/openssh/ssh-pkcs11.c
97
error_f("libcrypto error: %s", ERR_error_string(e, NULL));
crypto/openssh/ssh-sk-client.c
117
error_f("%s", execbuf);
crypto/openssh/ssh-sk-client.c
143
error_f("waitpid: %s", strerror(errno));
crypto/openssh/ssh-sk-client.c
148
error_f("helper exited abnormally");
crypto/openssh/ssh-sk-client.c
151
error_f("helper exited with non-zero exit status");
crypto/openssh/ssh-sk-client.c
197
error_f("unsupported version: got %u, expected %u",
crypto/openssh/ssh-sk-client.c
219
error_f("helper returned incorrect message type %u, "
crypto/openssh/ssh-sk-client.c
291
error_f("trailing data in response");
crypto/openssh/ssh-sk-client.c
361
error_f("trailing data in response");
crypto/openssh/ssh-sk-client.c
459
error_f("calloc failed");
crypto/openssh/ssh-sk-client.c
471
error_f("recallocarray keys failed");
crypto/openssh/ssh-sk.c
116
error_f("calloc failed");
crypto/openssh/ssh-sk.c
120
error_f("strdup failed");
crypto/openssh/ssh-sk.c
216
error_f("sshkey_new failed");
crypto/openssh/ssh-sk.c
225
error_f("allocation failed");
crypto/openssh/ssh-sk.c
246
error_f("allocation failed");
crypto/openssh/ssh-sk.c
251
error_f("allocation failed");
crypto/openssh/ssh-sk.c
256
error_f("Assigning EC_KEY failed");
crypto/openssh/ssh-sk.c
281
error_f("invalid size: %zu", resp->public_key_len);
crypto/openssh/ssh-sk.c
286
error_f("sshkey_new failed");
crypto/openssh/ssh-sk.c
291
error_f("malloc failed");
crypto/openssh/ssh-sk.c
316
error_f("sk_enroll response invalid");
crypto/openssh/ssh-sk.c
332
error_f("unsupported algorithm %d", alg);
crypto/openssh/ssh-sk.c
339
error_f("allocation failed");
crypto/openssh/ssh-sk.c
344
error_f("strdup application failed");
crypto/openssh/ssh-sk.c
404
error_f("array alloc failed");
crypto/openssh/ssh-sk.c
410
error_f("alloc failed");
crypto/openssh/ssh-sk.c
415
error_f("alloc failed");
crypto/openssh/ssh-sk.c
514
error_f("unsupported key type");
crypto/openssh/ssh-sk.c
519
error_f("missing provider");
crypto/openssh/ssh-sk.c
524
error_f("missing application");
crypto/openssh/ssh-sk.c
585
error_f("sk_sign response invalid");
crypto/openssh/ssh-sk.c
629
error_f("sk_sign response invalid");
crypto/openssh/ssh-sk.c
852
error_f("calloc failed");
crypto/openssh/ssh-sk.c
859
error_f("calloc failed");
crypto/openssh/ssh-sk.c
867
error_f("recallocarray failed");
crypto/openssh/ssh.c
1892
error_f("stdfd_devnull failed");
crypto/openssh/ssh.c
1908
error_f("stdfd_devnull failed");
crypto/openssh/ssh.c
2328
error_f("stdfd_devnull failed");
crypto/openssh/ssh.c
274
error_f("host \"%s\" cname \"%s\" too long (max %lu)",
crypto/openssh/ssh.c
358
error_f("host \"%s\" addr \"%s\" too long (max %lu)",
crypto/openssh/sshconnect.c
185
error_f("stdfd_devnull failed");
crypto/openssh/sshconnect.c
268
error_f("stdfd_devnull failed");
crypto/openssh/sshconnect.c
349
error_f("v4 addr doesn't fit");
crypto/openssh/sshconnect.c
363
error_f("v6 addr doesn't fit");
crypto/openssh/sshconnect.c
444
error_f("getnameinfo failed: %s", ssh_gai_strerror(r));
crypto/openssh/sshconnect.c
512
error_f("getnameinfo failed");
crypto/openssh/sshconnect.c
598
error_f("dup() in/out failed");
crypto/openssh/sshconnect2.c
1241
error_f("private key %s contents do not match public",
crypto/openssh/sshconnect2.c
1401
error_f("no mutual signature supported");
crypto/openssh/sshconnect2.c
2043
error_f("not installed: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2047
error_f("fflush: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2051
error_f("pipe: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2055
error_f("pipe: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2059
error_f("fork: %s", strerror(errno));
crypto/openssh/sshconnect2.c
2103
error_f("no reply");
crypto/openssh/sshconnect2.c
2110
error_f("waitpid %ld: %s", (long)pid, strerror(errno));
crypto/openssh/sshconnect2.c
2115
error_f("exited abnormally");
crypto/openssh/sshconnect2.c
2119
error_f("exited with status %d", WEXITSTATUS(status));
crypto/openssh/sshconnect2.c
2127
error_f("bad version");
crypto/openssh/sshconnect2.c
2202
error_f("sshkey_fingerprint failed");
crypto/openssh/sshconnect2.c
2211
error_f("cannot get local ipaddr/name");
crypto/openssh/sshconnect2.c
2221
error_f("sshbuf_new failed");
crypto/openssh/sshconnect2.c
734
error_f("server replied with unknown key: %s %s",
crypto/openssh/sshd-session.c
1362
error_f("kill(%d): %s", pmonitor->m_pid,
crypto/openssh/sshd.c
1055
error_f("no buffer to send");
crypto/openssh/sshd.c
1098
error_f("startup pipe %d (fd=%d): "
crypto/openssh/sshd.c
1113
error_f("startup pipe %d (fd=%d)"
crypto/openssh/sshd.c
1132
error_f("unexpected message 0x%02x "
crypto/openssh/sshd.c
458
error_f("waitpid: %s", strerror(errno));
crypto/openssh/sshd.c
813
error_f("write: %s", strerror(errno));
crypto/openssh/sshd.c
818
error_f("write: %s", strerror(errno));
crypto/openssh/sshsig.c
117
error_f("no header eol");
crypto/openssh/sshsig.c
136
error_f("sshbuf_dup_string failed");
crypto/openssh/sshsig.c
142
error_f("sshbuf_new() failed");
crypto/openssh/sshsig.c
178
error_f("sshbuf_new failed");
crypto/openssh/sshsig.c
268
error_f("unsupported hash algorithm \"%.100s\"", hashalg);
crypto/openssh/sshsig.c
323
error_f("sshbuf_new failed");
crypto/openssh/sshsig.c
418
error_f("can't look up hash algorithm %s", hashalg);
crypto/openssh/sshsig.c
520
error_f("can't look up hash algorithm %s", hashalg);
crypto/openssh/sshsig.c
524
error_f("ssh_digest_start failed");
crypto/openssh/sshsig.c
532
error_f("read: %s", strerror(errno));
crypto/openssh/sshsig.c
57
error_f("sshbuf_new failed");
crypto/openssh/sshsig.c
765
error_f("strdup failed");
crypto/openssh/sshsig.c
785
error_f("sshkey_new failed");
crypto/openssh/sshsig.c
869
error_f("buffer error");
crypto/openssh/sshsig.c
881
error_f("buffer error");
crypto/openssh/sshsig.c
97
error_f("sshbuf_fromb failed");
crypto/openssh/ttymodes.c
357
error_f("sshbuf_from failed");