Home
last modified time | relevance | path

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

/external/openssh/
Dbuffer.h35 #define buffer_ptr(b) sshbuf_mutable_ptr(b)
Dsshbuf.h131 u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
Dsshbuf.c297 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr() function
Dpacket.c628 sshbuf_mutable_ptr(in)) == NULL) in compress_buffer()
669 sshbuf_mutable_ptr(in)) == NULL) in uncompress_buffer()
865 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send1()
1139 cp = sshbuf_mutable_ptr(state->outgoing_packet); in ssh_packet_send2_wrapped()
Dkex.c369 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) in kex_send_kexinit()