Searched refs:sshkey_private_serialize (Results 1 – 4 of 4) sorted by relevance
205 int sshkey_private_serialize(const struct sshkey *key, struct sshbuf *buf);
756 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
1482 if ((r = sshkey_private_serialize(key, buf)) != 0)
2866 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function