Home
last modified time | relevance | path

Searched refs:sshkey_private_serialize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dsshkey.h205 int sshkey_private_serialize(const struct sshkey *key, struct sshbuf *buf);
H A Dssh_namespace.h756 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
H A Dsshd.c1482 if ((r = sshkey_private_serialize(key, buf)) != 0)
H A Dsshkey.c2866 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function