Searched refs:sshkey_private_serialize (Results 1 – 6 of 6) sorted by relevance
193 if ((r = sshkey_private_serialize(key, kbuf)) != 0) in process_enroll()252 if ((r = sshkey_private_serialize(keys[i], kbuf)) != 0) in process_load_resident()
256 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
251 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
813 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
1533 if ((r = sshkey_private_serialize(key, buf)) != 0)
3402 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function