Searched refs:sshkey_private_serialize (Results 1 – 6 of 6) sorted by relevance
192 if ((r = sshkey_private_serialize(key, kbuf)) != 0) in process_enroll()254 if ((r = sshkey_private_serialize(srks[i]->key, kbuf)) != 0) in process_load_resident()
295 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
250 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
892 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
1567 if ((r = sshkey_private_serialize(key, buf)) != 0)
2486 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function