Symbol: sshbuf_from
crypto/openssh/auth2-pubkey.c
127
if ((pkbuf = sshbuf_from(pkblob, blen)) == NULL)
crypto/openssh/channels.c
3165
if ((original = sshbuf_from(cp, have)) == NULL ||
crypto/openssh/channels.c
3192
if ((original = sshbuf_from(cp, have)) == NULL ||
crypto/openssh/channels.c
3217
if ((original = sshbuf_from(cp, have)) == NULL) {
crypto/openssh/monitor.c
1269
if ((b = sshbuf_from(data, datalen)) == NULL)
crypto/openssh/monitor.c
1350
if ((b = sshbuf_from(data, datalen)) == NULL)
crypto/openssh/ssh-dss.c
350
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/ssh-ecdsa-sk.c
179
(chall = sshbuf_from(data, datalen)) == NULL) {
crypto/openssh/ssh-ecdsa-sk.c
264
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/ssh-ecdsa.c
315
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/ssh-ed25519-sk.c
155
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/ssh-ed25519.c
225
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/ssh-keysign.c
82
if ((b = sshbuf_from(data, datalen)) == NULL)
crypto/openssh/ssh-rsa.c
494
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/ssh-xmss.c
301
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/sshbuf-getput-basic.c
559
if ((ret = sshbuf_from(p, len)) == NULL)
crypto/openssh/sshbuf.c
149
if ((ret = sshbuf_from(sshbuf_ptr(buf), sshbuf_len(buf))) == NULL)
crypto/openssh/sshbuf.h
48
struct sshbuf *sshbuf_from(const void *blob, size_t len);
crypto/openssh/sshkey-xmss.c
420
if ((enc = sshbuf_from(data, len)) == NULL) {
crypto/openssh/sshkey.c
1969
if ((b = sshbuf_from(blob, blen)) == NULL)
crypto/openssh/sshkey.c
2004
if ((b = sshbuf_from(sig, siglen)) == NULL)
crypto/openssh/ttymodes.c
357
if ((buf = sshbuf_from(data, len)) == NULL) {