Searched refs:sshkey_private_serialize_opt (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshkey.h | 206 int sshkey_private_serialize_opt(const struct sshkey *key, struct sshbuf *buf,
|
| H A D | sshkey.c | 79 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 D | ssh_namespace.h | 758 #define sshkey_private_serialize_opt Fssh_sshkey_private_serialize_opt macro
|