Searched refs:sshkey_private_serialize_opt (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | sshkey.h | 299 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
|
H A D | sshkey.c | 83 int sshkey_private_serialize_opt(struct sshkey *key, 1650 if ((r = sshkey_private_serialize_opt(k, prvbuf, in sshkey_shield_private() 2507 sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf, in sshkey_private_serialize_opt() function 2553 return sshkey_private_serialize_opt(key, b, in sshkey_private_serialize() 2890 if ((r = sshkey_private_serialize_opt(prv, encrypted, in sshkey_private_to_blob2() 3701 return sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 3704 (r = sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 3751 return sshkey_private_serialize_opt(k, b, SSHKEY_SERIALIZE_DEFAULT); in sshkey_private_serialize_maxsign()
|