Lines Matching refs:sshbuf
66 sshbuf_dump(const struct sshbuf *buf, FILE *f) in sshbuf_dump()
73 sshbuf_dtob16(struct sshbuf *buf) in sshbuf_dtob16()
93 sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap) in sshbuf_dtob64()
131 sshbuf_dtob64_string(const struct sshbuf *buf, int wrap) in sshbuf_dtob64_string()
133 struct sshbuf *tmp; in sshbuf_dtob64_string()
148 sshbuf_b64tod(struct sshbuf *buf, const char *b64) in sshbuf_b64tod()
171 sshbuf_dtourlb64(const struct sshbuf *d, struct sshbuf *b64, int wrap) in sshbuf_dtourlb64()
175 struct sshbuf *b = NULL; in sshbuf_dtourlb64()
214 sshbuf_dup_string(struct sshbuf *buf) in sshbuf_dup_string()
237 sshbuf_cmp(const struct sshbuf *b, size_t offset, in sshbuf_cmp()
252 sshbuf_find(const struct sshbuf *b, size_t start_offset, in sshbuf_find()