Home
last modified time | relevance | path

Searched refs:sshkey_private_serialize (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-sk-helper.c209 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 Dsshkey.h285 int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
H A Dssh-sk-client.c268 if ((r = sshkey_private_serialize(key, kbuf)) != 0) { in sshsk_sign()
H A Dsshd.c692 (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 Dauthfd.c617 (r = sshkey_private_serialize(key, msg)) != 0 || in ssh_add_identity_constrained()
H A Dsshkey.c1680 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 Dssh_namespace.h914 #define sshkey_private_serialize Fssh_sshkey_private_serialize macro