Searched refs:sshkey_private_serialize (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | ssh-sk-helper.c | 209 if ((r = sshkey_private_serialize(key, kbuf)) != 0) in process_enroll() 271 if ((r = sshkey_private_serialize(srks[i]->key, kbuf)) != 0) in process_load_resident()
|
| H A D | sshkey.h | 285 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
|
| H A D | ssh-sk-client.c | 268 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
|
| H A D | sshd.c | 692 (r = sshkey_private_serialize(sensitive_data.host_keys[i], in pack_hostkeys() 1318 if ((r = sshkey_private_serialize(key, buf)) != 0) in accumulate_host_timing_secret()
|
| H A D | authfd.c | 617 (r = sshkey_private_serialize(key, msg)) != 0 || in ssh_add_identity_constrained()
|
| H A D | sshkey.c | 1680 if ((r = sshkey_private_serialize(k, prvbuf)) != 0) in sshkey_shield_private() 2580 sshkey_private_serialize(struct sshkey *key, struct sshbuf *b) in sshkey_private_serialize() function 2893 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 || in sshkey_private_to_blob2()
|
| H A D | ssh_namespace.h | 914 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro
|