Symbol: sshbuf_froms
crypto/openssh/auth-options.c
742
(r = sshbuf_froms(m, &b)) != 0)
crypto/openssh/auth-options.c
94
(r = sshbuf_froms(c, &data)) != 0) {
crypto/openssh/krl.c
1015
(r = sshbuf_froms(sect, &value)) != 0) {
crypto/openssh/krl.c
1096
(r = sshbuf_froms(copy, &sect)) != 0)
crypto/openssh/krl.c
835
(r = sshbuf_froms(subsect, &value)) != 0) {
crypto/openssh/krl.c
891
(r = sshbuf_froms(buf, &subsect)) != 0)
crypto/openssh/mux.c
1180
if ((r = sshbuf_froms(c->input, &in)) != 0) {
crypto/openssh/packet.c
2447
if ((r = sshbuf_froms(m, &b)) != 0)
crypto/openssh/packet.c
2643
return sshbuf_froms(ssh->state->incoming_packet, valp);
crypto/openssh/sftp-client.c
2912
if ((r = sshbuf_froms(msg, &uidbuf)) != 0 ||
crypto/openssh/sftp-client.c
2913
(r = sshbuf_froms(msg, &gidbuf)) != 0)
crypto/openssh/sftp-server.c
1738
if ((r = sshbuf_froms(iqueue, &uids)) != 0 ||
crypto/openssh/sftp-server.c
1739
(r = sshbuf_froms(iqueue, &gids)) != 0)
crypto/openssh/ssh-agent.c
1136
if ((r = sshbuf_froms(m, &b)) != 0 ||
crypto/openssh/ssh-agent.c
1137
(r = sshbuf_froms(b, &frombuf)) != 0 ||
crypto/openssh/ssh-agent.c
1138
(r = sshbuf_froms(b, &tobuf)) != 0 ||
crypto/openssh/ssh-agent.c
1213
if ((r = sshbuf_froms(m, &b)) != 0) {
crypto/openssh/ssh-agent.c
1240
(r = sshbuf_froms(m, &b)) != 0) {
crypto/openssh/ssh-agent.c
1700
(r = sshbuf_froms(e->request, &sid)) != 0 ||
crypto/openssh/ssh-agent.c
1701
(r = sshbuf_froms(e->request, &sig)) != 0 ||
crypto/openssh/ssh-agent.c
707
if ((r = sshbuf_froms(b, &sess_id)) != 0)
crypto/openssh/ssh-ecdsa-sk.c
280
if (sshbuf_froms(b, &sigbuf) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
288
sshbuf_froms(b, &webauthn_wrapper) != 0 ||
crypto/openssh/ssh-ecdsa-sk.c
289
sshbuf_froms(b, &webauthn_exts) != 0) {
crypto/openssh/ssh-ecdsa.c
318
sshbuf_froms(b, &sigbuf) != 0) {
crypto/openssh/ssh-keygen.c
2089
(r = sshbuf_froms(options, &option)) != 0)
crypto/openssh/sshbuf.h
65
int sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp);
crypto/openssh/sshd-session.c
701
if ((r = sshbuf_froms(hostkeys, &kbuf)) != 0)
crypto/openssh/sshd-session.c
754
(r = sshbuf_froms(m, &hostkeys)) != 0 ||
crypto/openssh/sshkey.c
1778
(ret = sshbuf_froms(b, &principals)) != 0 ||
crypto/openssh/sshkey.c
1781
(ret = sshbuf_froms(b, &crit)) != 0 ||
crypto/openssh/sshkey.c
1782
(ret = sshbuf_froms(b, &exts)) != 0 ||
crypto/openssh/sshkey.c
1784
(ret = sshbuf_froms(b, &ca)) != 0) {
crypto/openssh/sshkey.c
1988
if ((r = sshbuf_froms(buf, &b)) != 0)
crypto/openssh/sshkey.c
2977
(r = sshbuf_froms(decoded, &kdf)) != 0 ||