Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.h181 int sshkey_private_serialize(const struct sshkey *key, struct sshbuf *buf);
Dkey.c273 if ((r = sshkey_private_serialize(key, b)) != 0) in key_private_serialize()
Dauthfd.c523 if ((r = sshkey_private_serialize(key, b)) != 0 || in ssh_encode_identity_ssh2()
Dsshkey.c2582 sshkey_private_serialize(const struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function
3120 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 || in sshkey_private_to_blob2()