Searched refs:sshkey_private_serialize_opt (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | sshkey.h | 250 int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
|
D | sshkey.c | 91 int sshkey_private_serialize_opt(struct sshkey *key, 2035 if ((r = sshkey_private_serialize_opt(k, prvbuf, in sshkey_shield_private() 3168 sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf, in sshkey_private_serialize_opt() function 3371 return sshkey_private_serialize_opt(key, b, in sshkey_private_serialize() 3905 if ((r = sshkey_private_serialize_opt(prv, encrypted, in sshkey_private_to_blob2() 4707 return sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 4710 (r = sshkey_private_serialize_opt(k, b, in sshkey_private_serialize_maxsign() 4757 return sshkey_private_serialize_opt(k, b, SSHKEY_SERIALIZE_DEFAULT); in sshkey_private_serialize_maxsign()
|