Searched refs:sshkey_private_serialize (Results 1 – 5 of 5) sorted by relevance
181 int sshkey_private_serialize(const struct sshkey *key, struct sshbuf *buf);
273 if ((r = sshkey_private_serialize(key, b)) != 0) in key_private_serialize()
523 if ((r = sshkey_private_serialize(key, b)) != 0 || in ssh_encode_identity_ssh2()
841 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
2574 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function3106 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 || in sshkey_private_to_blob2()