Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshkey.h296 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
H A Dsshkey.c92 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 Dssh_namespace.h894 #define sshkey_private_serialize_opt Fssh_sshkey_private_serialize_opt macro
H A DChangeLog5697 upstream: refactor sshkey_private_serialize_opt()