Lines Matching refs:sshbuf
67 sshbuf_dump(const struct sshbuf *buf, FILE *f) in sshbuf_dump()
74 sshbuf_dtob16(struct sshbuf *buf) in sshbuf_dtob16()
94 sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap) in sshbuf_dtob64()
132 sshbuf_dtob64_string(const struct sshbuf *buf, int wrap) in sshbuf_dtob64_string()
134 struct sshbuf *tmp; in sshbuf_dtob64_string()
149 sshbuf_b64tod(struct sshbuf *buf, const char *b64) in sshbuf_b64tod()
172 sshbuf_dtourlb64(const struct sshbuf *d, struct sshbuf *b64, int wrap) in sshbuf_dtourlb64()
176 struct sshbuf *b = NULL; in sshbuf_dtourlb64()
215 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string()
238 sshbuf_cmp(const struct sshbuf *b, size_t offset, in sshbuf_cmp()
253 sshbuf_find(const struct sshbuf *b, size_t start_offset, in sshbuf_find()
275 sshbuf_read(int fd, struct sshbuf *buf, size_t maxlen, size_t *rlen) in sshbuf_read()