Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsshkey.h257 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
H A Dsshkey.c91 int sshkey_private_serialize_opt(struct sshkey *key,
2037 if ((r = sshkey_private_serialize_opt(k, prvbuf, in sshkey_shield_private()
3201 sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf, in sshkey_private_serialize_opt() function
3404 return sshkey_private_serialize_opt(key, b, in sshkey_private_serialize()
3959 if ((r = sshkey_private_serialize_opt(prv, encrypted, in sshkey_private_to_blob2()
4757 return sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign()
4760 (r = sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign()
4807 return sshkey_private_serialize_opt(k, b, SSHKEY_SERIALIZE_DEFAULT); in sshkey_private_serialize_maxsign()
H A Dssh_namespace.h815 #define sshkey_private_serialize_opt Fssh_sshkey_private_serialize_opt macro