Searched refs:sshbuf_set_parent (Results 1 - 3 of 3) sorted by relevance

/external/openssh/
H A Dsshbuf.c106 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) function
127 if (sshbuf_set_parent(ret, buf) != 0) {
H A Dsshbuf.h296 int sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent);
H A Dsshbuf-getput-basic.c391 (r = sshbuf_set_parent(ret, buf)) != 0) {

Completed in 160 milliseconds