Searched refs:sshkey_private_serialize_opt (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshkey.c | 93 int sshkey_private_serialize_opt(struct sshkey *key, 1693 if ((r = sshkey_private_serialize_opt(k, prvbuf, in sshkey_shield_private() 2550 sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf, in sshkey_private_serialize_opt() function 2596 return sshkey_private_serialize_opt(key, b, in sshkey_private_serialize() 2933 if ((r = sshkey_private_serialize_opt(prv, encrypted, in sshkey_private_to_blob2() 3772 return sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 3775 (r = sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 3822 return sshkey_private_serialize_opt(k, b, SSHKEY_SERIALIZE_DEFAULT); in sshkey_private_serialize_maxsign()
|
H A D | sshkey.h | 305 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
|
H A D | ssh_namespace.h | 911 #define sshkey_private_serialize_opt Fssh_sshkey_private_serialize_opt macro
|