Lines Matching refs:sshbuf
54 struct sshbuf;
109 struct sshbuf *certblob; /* Kept around for use on wire */
116 struct sshbuf *critical;
117 struct sshbuf *extensions;
145 struct sshbuf *sk_key_handle;
146 struct sshbuf *sk_reserved;
176 int sshkey_format_text(const struct sshkey *, struct sshbuf *);
225 int sshkey_fromb(struct sshbuf *, struct sshkey **);
226 int sshkey_froms(struct sshbuf *, struct sshkey **);
229 int sshkey_putb(const struct sshkey *, struct sshbuf *);
230 int sshkey_puts(const struct sshkey *, struct sshbuf *);
231 int sshkey_puts_opts(const struct sshkey *, struct sshbuf *,
234 int sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
249 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
250 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
252 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
255 int sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
258 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
260 int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
262 int sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,
278 int sshkey_private_serialize_maxsign(struct sshkey *key, struct sshbuf *buf,