Home
last modified time | relevance | path

Searched refs:sshkey_private_serialize_opt (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dsshkey.h206 int sshkey_private_serialize_opt(const struct sshkey *key, struct sshbuf *buf,
H A Dsshkey.c79 int sshkey_private_serialize_opt(const struct sshkey *key,
2725 sshkey_private_serialize_opt(const struct sshkey *key, struct sshbuf *b, in sshkey_private_serialize_opt() function
2868 return sshkey_private_serialize_opt(key, b, in sshkey_private_serialize()
3431 if ((r = sshkey_private_serialize_opt(prv, encrypted, in sshkey_private_to_blob2()
4027 return sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign()
4030 (r = sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign()
4077 return sshkey_private_serialize_opt(k, b, SSHKEY_SERIALIZE_DEFAULT); in sshkey_private_serialize_maxsign()
H A Dssh_namespace.h758 #define sshkey_private_serialize_opt Fssh_sshkey_private_serialize_opt macro