Searched refs:sshkey_private_serialize (Results 1 – 4 of 4) 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()
2582 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function3120 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 || in sshkey_private_to_blob2()