Searched refs:sshkey_private_serialize (Results 1 – 5 of 5) sorted by relevance
188 if ((r = sshkey_private_serialize(key, kbuf)) != 0) in process_enroll()247 if ((r = sshkey_private_serialize(keys[i], kbuf)) != 0) in process_load_resident()
249 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
252 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
1464 if ((r = sshkey_private_serialize(key, buf)) != 0)
3369 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function