Lines Matching refs:sshbuf
52 struct sshbuf;
86 struct sshbuf *certblob; /* Kept around for use on wire */
93 struct sshbuf *critical;
94 struct sshbuf *extensions;
162 int sshkey_fromb(struct sshbuf *, struct sshkey **);
163 int sshkey_froms(struct sshbuf *, struct sshkey **);
166 int sshkey_putb(const struct sshkey *, struct sshbuf *);
167 int sshkey_puts(const struct sshkey *, struct sshbuf *);
169 int sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
181 int sshkey_private_serialize(const struct sshkey *key, struct sshbuf *buf);
182 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
185 int sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
188 int sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob,
190 int sshkey_parse_private_fileblob(struct sshbuf *buffer,
192 int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,