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

/freebsd-10.3-release/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.h836 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
H A Dsshkey.c2571 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) function
3103 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 ||

Completed in 70 milliseconds