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()
306 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
250 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
694 (r = sshkey_private_serialize(sensitive_data.host_keys[i], in pack_hostkeys()1325 if ((r = sshkey_private_serialize(key, buf)) != 0) in accumulate_host_timing_secret()
902 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
2591 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function