Home
last modified time | relevance | path

Searched refs:sshbuf_putb (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dsshbuf.h163 int sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v);
Dpacket.c855 if ((r = sshbuf_putb(state->outgoing_packet, in ssh_packet_send1()
1099 (r = sshbuf_putb(state->outgoing_packet, in ssh_packet_send2_wrapped()
1522 if ((r = sshbuf_putb(state->incoming_packet, in ssh_packet_read_poll1()
1725 if ((r = sshbuf_putb(state->incoming_packet, in ssh_packet_read_poll2()
2338 if ((r = sshbuf_putb(ssh->state->input, in ssh_packet_restore_state()
2721 return sshbuf_putb(ssh->state->outgoing_packet, b); in sshpkt_putb()
Dsshkey.c754 if ((ret = sshbuf_putb(b, key->cert->certblob)) != 0) in to_blob_buf()
1718 if ((ret = sshbuf_putb(to->certblob, from->certblob)) != 0 || in sshkey_cert_copy()
1719 (ret = sshbuf_putb(to->critical, from->critical)) != 0 || in sshkey_cert_copy()
1720 (ret = sshbuf_putb(to->extensions, from->extensions) != 0)) in sshkey_cert_copy()
1843 if ((ret = sshbuf_putb(key->cert->certblob, certbuf)) != 0) in cert_parse()
1906 if ((ret = sshbuf_putb(key->cert->critical, crit)) != 0 || in cert_parse()
1908 (ret = sshbuf_putb(key->cert->extensions, exts)) != 0)) in cert_parse()
3452 r = sshbuf_putb(blob, encrypted); in sshkey_private_rsa1_to_blob()
Dsshbuf-getput-basic.c247 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb() function
Dauth2-pubkey.c371 (r = sshbuf_putb(buf, arg)) != 0 || in assemble_argv()