Searched refs:sshkey_private_serialize (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshkey.h181 int sshkey_private_serialize(const struct sshkey *key, struct sshbuf *buf);
H A Dkey.c273 if ((r = sshkey_private_serialize(key, b)) != 0)
H A Dauthfd.c523 if ((r = sshkey_private_serialize(key, b)) != 0 ||
H A Dssh_namespace.h841 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
H A Dsshkey.c2574 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) function
3106 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 ||

Completed in 203 milliseconds