Lines Matching refs:sshbuf
56 struct sshbuf;
111 struct sshbuf *certblob; /* Kept around for use on wire */
118 struct sshbuf *critical;
119 struct sshbuf *extensions;
147 struct sshbuf *sk_key_handle;
148 struct sshbuf *sk_reserved;
178 int sshkey_format_text(const struct sshkey *, struct sshbuf *);
232 int sshkey_fromb(struct sshbuf *, struct sshkey **);
233 int sshkey_froms(struct sshbuf *, struct sshkey **);
236 int sshkey_putb(const struct sshkey *, struct sshbuf *);
237 int sshkey_puts(const struct sshkey *, struct sshbuf *);
238 int sshkey_puts_opts(const struct sshkey *, struct sshbuf *,
241 int sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
256 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
257 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
259 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
262 int sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
265 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
267 int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
269 int sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,
281 struct sshbuf *buf, u_int32_t maxsign, int);