Lines Matching refs:sshbuf
53 struct sshbuf;
96 struct sshbuf *certblob; /* Kept around for use on wire */
103 struct sshbuf *critical;
104 struct sshbuf *extensions;
141 int sshkey_format_text(const struct sshkey *, struct sshbuf *);
182 int sshkey_fromb(struct sshbuf *, struct sshkey **);
183 int sshkey_froms(struct sshbuf *, struct sshkey **);
186 int sshkey_putb(const struct sshkey *, struct sshbuf *);
187 int sshkey_puts(const struct sshkey *, struct sshbuf *);
188 int sshkey_puts_opts(const struct sshkey *, struct sshbuf *,
191 int sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
205 int sshkey_private_serialize(const struct sshkey *key, struct sshbuf *buf);
206 int sshkey_private_serialize_opt(const struct sshkey *key, struct sshbuf *buf,
208 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
211 int sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
214 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
216 int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
232 int sshkey_private_serialize_maxsign(const struct sshkey *key, struct sshbuf *buf,