Searched refs:sshbuf_putb (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | sshbuf.h | 163 int sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v);
|
D | packet.c | 855 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()
|
D | sshkey.c | 754 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()
|
D | sshbuf-getput-basic.c | 247 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb() function
|
D | auth2-pubkey.c | 371 (r = sshbuf_putb(buf, arg)) != 0 || in assemble_argv()
|