• Home
  • Raw
  • Download

Lines Matching refs:sshbuf

76 static int sshkey_from_blob_internal(struct sshbuf *buf,
756 to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain) in to_blob_buf()
827 sshkey_putb(const struct sshkey *key, struct sshbuf *b) in sshkey_putb()
833 sshkey_puts(const struct sshkey *key, struct sshbuf *b) in sshkey_puts()
835 struct sshbuf *tmp; in sshkey_puts()
848 sshkey_putb_plain(const struct sshkey *key, struct sshbuf *b) in sshkey_putb_plain()
858 struct sshbuf *b = NULL; in to_blob()
1261 struct sshbuf *blob; in sshkey_read()
1415 struct sshbuf *b = NULL, *bb = NULL; in sshkey_write()
1845 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse()
1847 struct sshbuf *principals = NULL, *crit = NULL; in cert_parse()
1848 struct sshbuf *exts = NULL, *ca = NULL; in cert_parse()
1970 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, in sshkey_from_blob_internal()
1978 struct sshbuf *copy; in sshkey_from_blob_internal()
2161 struct sshbuf *b; in sshkey_from_blob()
2172 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) in sshkey_fromb()
2178 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) in sshkey_froms()
2180 struct sshbuf *b; in sshkey_froms()
2403 struct sshbuf *principals = NULL; in sshkey_certify()
2407 struct sshbuf *cert; in sshkey_certify()
2590 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize()
2689 sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **kp) in sshkey_private_deserialize()
3043 sshkey_private_to_blob2(const struct sshkey *prv, struct sshbuf *blob, in sshkey_private_to_blob2()
3056 struct sshbuf *encoded = NULL, *encrypted = NULL, *kdf = NULL; in sshkey_private_to_blob2()
3196 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, in sshkey_parse_private2()
3205 struct sshbuf *encoded = NULL, *decoded = NULL; in sshkey_parse_private2()
3206 struct sshbuf *kdf = NULL, *decrypted = NULL; in sshkey_parse_private2()
3416 sshkey_private_rsa1_to_blob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_rsa1_to_blob()
3419 struct sshbuf *buffer = NULL, *encrypted = NULL; in sshkey_private_rsa1_to_blob()
3515 sshkey_private_pem_to_blob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_pem_to_blob()
3572 sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_to_fileblob()
3606 sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob, in sshkey_parse_public_rsa1_fileblob()
3611 struct sshbuf *copy = NULL; in sshkey_parse_public_rsa1_fileblob()
3668 sshkey_parse_private_rsa1(struct sshbuf *blob, const char *passphrase, in sshkey_parse_private_rsa1()
3674 struct sshbuf *decrypted = NULL, *copy = NULL; in sshkey_parse_private_rsa1()
3789 sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type, in sshkey_parse_private_pem_fileblob()
3879 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, in sshkey_parse_private_fileblob_type()
3920 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob()