Home
last modified time | relevance | path

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

/external/openssh/
Dsshbuf.c106 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) in sshbuf_set_parent() function
127 if (sshbuf_set_parent(ret, buf) != 0) { in sshbuf_fromb()
Dsshbuf.h314 int sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent);
Dsshbuf-getput-basic.c393 (r = sshbuf_set_parent(ret, buf)) != 0) { in sshbuf_froms()