HomeSort by relevance Sort by last modified time
    Searched full:sshbuf_mutable_ptr (Results 1 - 5 of 5) sorted by null

  /external/openssh/
buffer.h 35 #define buffer_ptr(b) sshbuf_mutable_ptr(b)
sshbuf.c 297 sshbuf_mutable_ptr(const struct sshbuf *buf) function
sshbuf.h 131 u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
kex.c 305 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL)
packet.c 627 sshbuf_mutable_ptr(in)) == NULL)
668 sshbuf_mutable_ptr(in)) == NULL)
862 cp = sshbuf_mutable_ptr(state->outgoing_packet);
1136 cp = sshbuf_mutable_ptr(state->outgoing_packet);
    [all...]

Completed in 261 milliseconds