Searched refs:sshkey_private_serialize_opt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshkey.h | 296 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
|
| H A D | sshkey.c | 92 int sshkey_private_serialize_opt(struct sshkey *key, 1585 if ((r = sshkey_private_serialize_opt(k, prvbuf, in sshkey_shield_private() 2442 sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf, in sshkey_private_serialize_opt() function 2488 return sshkey_private_serialize_opt(key, b, in sshkey_private_serialize() 2825 if ((r = sshkey_private_serialize_opt(prv, encrypted, in sshkey_private_to_blob2() 3642 return sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 3645 (r = sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 3692 return sshkey_private_serialize_opt(k, b, SSHKEY_SERIALIZE_DEFAULT); in sshkey_private_serialize_maxsign()
|
| H A D | ssh_namespace.h | 894 #define sshkey_private_serialize_opt Fssh_sshkey_private_serialize_opt macro
|
| H A D | ChangeLog | 5697 upstream: refactor sshkey_private_serialize_opt()
|