Symbol: sshbuf_froms
crypto/openssh/auth-options.c
740
(r = sshbuf_froms(m, &b)) != 0)
crypto/openssh/auth-options.c
91
(r = sshbuf_froms(c, &data)) != 0) {
crypto/openssh/krl.c
1016
(r = sshbuf_froms(sect, &value)) != 0) {
crypto/openssh/krl.c
1098
(r = sshbuf_froms(copy, &sect)) != 0)
crypto/openssh/krl.c
836
(r = sshbuf_froms(subsect, &value)) != 0) {
crypto/openssh/krl.c
892
(r = sshbuf_froms(buf, &subsect)) != 0)
crypto/openssh/monitor_wrap.c
309
if ((r = sshbuf_froms(m, &config)) != 0)
crypto/openssh/monitor_wrap.c
874
if ((r = sshbuf_froms(m, &config)) != 0 ||
crypto/openssh/monitor_wrap.c
876
(r = sshbuf_froms(m, hostkeysp)) != 0 ||
crypto/openssh/monitor_wrap.c
883
if ((r = sshbuf_froms(m, confdatap)) != 0 ||
crypto/openssh/monitor_wrap.c
884
(r = sshbuf_froms(m, keystatep)) != 0 ||
crypto/openssh/monitor_wrap.c
886
(r = sshbuf_froms(m, authinfop)) != 0 ||
crypto/openssh/monitor_wrap.c
887
(r = sshbuf_froms(m, auth_optsp)) != 0)
crypto/openssh/mux.c
1228
if ((r = sshbuf_froms(c->input, &in)) != 0) {
crypto/openssh/packet.c
2530
if ((r = sshbuf_froms(m, &b)) != 0)
crypto/openssh/packet.c
2820
return sshbuf_froms(ssh->state->incoming_packet, valp);
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
101
if ((r = sshbuf_froms(b, &attestation_cert)) != 0 ||
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
102
(r = sshbuf_froms(b, &sig)) != 0 ||
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
103
(r = sshbuf_froms(b, &authdata)) != 0 ||
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
110
ASSERT_INT_EQ(sshbuf_froms(p2, &p3), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
119
ASSERT_INT_EQ(sshbuf_froms(p2, &p3), SSH_ERR_MESSAGE_INCOMPLETE);
crypto/openssh/sftp-client.c
2916
if ((r = sshbuf_froms(msg, &uidbuf)) != 0 ||
crypto/openssh/sftp-client.c
2917
(r = sshbuf_froms(msg, &gidbuf)) != 0)
crypto/openssh/sftp-server.c
1755
if ((r = sshbuf_froms(iqueue, &uids)) != 0 ||
crypto/openssh/sftp-server.c
1756
(r = sshbuf_froms(iqueue, &gids)) != 0)
crypto/openssh/ssh-agent.c
1168
if ((r = sshbuf_froms(m, &b)) != 0 ||
crypto/openssh/ssh-agent.c
1169
(r = sshbuf_froms(b, &frombuf)) != 0 ||
crypto/openssh/ssh-agent.c
1170
(r = sshbuf_froms(b, &tobuf)) != 0 ||
crypto/openssh/ssh-agent.c
1246
if ((r = sshbuf_froms(m, &b)) != 0) {
crypto/openssh/ssh-agent.c
1275
(r = sshbuf_froms(m, &b)) != 0) {
crypto/openssh/ssh-agent.c
1716
(r = sshbuf_froms(e->request, &sid)) != 0 ||
crypto/openssh/ssh-agent.c
1717
(r = sshbuf_froms(e->request, &sig)) != 0 ||
crypto/openssh/ssh-agent.c
728
if ((r = sshbuf_froms(b, &sess_id)) != 0)
crypto/openssh/ssh-ecdsa-sk.c
284
if (sshbuf_froms(b, &sigbuf) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
292
sshbuf_froms(b, &webauthn_wrapper) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
293
sshbuf_froms(b, &webauthn_exts) != 0) {
crypto/openssh/ssh-ecdsa.c
432
sshbuf_froms(b, &sigbuf) != 0) {
crypto/openssh/ssh-keygen.c
2044
(r = sshbuf_froms(options, &option)) != 0)
crypto/openssh/ssh-sk-helper.c
119
if ((r = sshbuf_froms(req, &kbuf)) != 0 ||
crypto/openssh/ssh-sk-helper.c
186
(r = sshbuf_froms(req, &challenge)) != 0)
crypto/openssh/sshbuf.h
69
int sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp);
crypto/openssh/sshd-session.c
611
if ((r = sshbuf_froms(hostkeys, &kbuf)) != 0)
crypto/openssh/sshd-session.c
688
(r = sshbuf_froms(m, &hostkeys)) != 0)
crypto/openssh/sshkey.c
1884
(ret = sshbuf_froms(b, &principals)) != 0 ||
crypto/openssh/sshkey.c
1887
(ret = sshbuf_froms(b, &crit)) != 0 ||
crypto/openssh/sshkey.c
1888
(ret = sshbuf_froms(b, &exts)) != 0 ||
crypto/openssh/sshkey.c
1890
(ret = sshbuf_froms(b, &ca)) != 0) {
crypto/openssh/sshkey.c
2094
if ((r = sshbuf_froms(buf, &b)) != 0)
crypto/openssh/sshkey.c
3060
(r = sshbuf_froms(decoded, &kdf)) != 0 ||