sshbuf_fromb
if ((c = sshbuf_fromb(oblob)) == NULL) {
if ((b = sshbuf_fromb(raw)) == NULL) {
if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) {
if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) {
if ((copy = sshbuf_fromb(buf)) == NULL) {
if ((b = sshbuf_fromb(msg)) == NULL)
if ((b = sshbuf_fromb(msg)) == NULL)
if ((options = sshbuf_fromb(optbuf)) == NULL)
struct sshbuf *sshbuf_fromb(struct sshbuf *buf);
if ((copy = sshbuf_fromb(encoded)) == NULL ||
if ((copy = sshbuf_fromb(b)) == NULL) {
if ((buf = sshbuf_fromb(signature)) == NULL)
if ((sbuf = sshbuf_fromb(sig)) == NULL) {