Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.c93 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 Dsshkey.h305 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
H A Dssh_namespace.h911 #define sshkey_private_serialize_opt Fssh_sshkey_private_serialize_opt macro