Searched refs:sshbuf_put_stringb (Results 1 - 9 of 9) sorted by relevance

/external/openssh/
H A Dssh-ecdsa.c87 (ret = sshbuf_put_stringb(b, bb)) != 0)
H A Dkrl.c608 (r = sshbuf_put_stringb(buf, sect)) != 0)
681 (r = sshbuf_put_stringb(buf, sect)) != 0)
695 (r = sshbuf_put_stringb(buf, sect)) != 0)
738 (r = sshbuf_put_stringb(buf, sect)) != 0)
751 (r = sshbuf_put_stringb(buf, sect)) != 0)
763 (r = sshbuf_put_stringb(buf, sect)) != 0)
H A Dsshbuf.h190 int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
H A Dssh-agent.c280 if ((r = sshbuf_put_stringb(e->output, msg)) != 0)
359 if ((r = sshbuf_put_stringb(e->output, msg)) != 0)
415 if ((r = sshbuf_put_stringb(e->output, msg)) != 0)
697 (r = sshbuf_put_stringb(e->output, msg)) != 0)
H A Dpacket.c727 r = sshbuf_put_stringb(m, b);
2351 (r = sshbuf_put_stringb(m, kex->my)) != 0 ||
2352 (r = sshbuf_put_stringb(m, kex->peer)) != 0 ||
2401 r = sshbuf_put_stringb(m, b);
2462 (r = sshbuf_put_stringb(m, state->input)) != 0 ||
2463 (r = sshbuf_put_stringb(m, state->output)) != 0)
2727 return sshbuf_put_stringb(ssh->state->outgoing_packet, v);
H A Dsshkey.c842 r = sshbuf_put_stringb(b, tmp);
2489 if ((ret = sshbuf_put_stringb(cert, principals)) != 0 ||
2492 (ret = sshbuf_put_stringb(cert, k->cert->critical)) != 0)
2497 if ((ret = sshbuf_put_stringb(cert, k->cert->extensions)) != 0)
2613 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||
2634 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||
2652 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||
2671 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||
3112 (r = sshbuf_put_stringb(encoded, kdf)) != 0 ||
H A Dsshbuf-getput-basic.c370 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) function
H A Dsftp-server.c492 if ((r = sshbuf_put_stringb(oqueue, m)) != 0)
H A Dssh-keygen.c1522 (r = sshbuf_put_stringb(c, b)) != 0)

Completed in 90 milliseconds