Searched refs:sshkey_private_deserialize (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | privkey_fuzz.cc | 14 int r = sshkey_private_deserialize(b, &k); in LLVMFuzzerTestOneInput()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-sk-client.c | 365 if ((r = sshkey_private_deserialize(kbuf, &key)) != 0) { in sshsk_enroll() 454 if ((r = sshkey_private_deserialize(kbuf, &key)) != 0) { in sshsk_load_resident()
|
| H A D | sshkey.h | 286 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
|
| H A D | ssh-sk-helper.c | 129 if ((r = sshkey_private_deserialize(kbuf, &key)) != 0) in process_sign()
|
| H A D | sshd-session.c | 613 (r = sshkey_private_deserialize(kbuf, &k)) != 0) in parse_hostkeys()
|
| H A D | sshkey.c | 1832 if ((r = sshkey_private_deserialize(prvbuf, &kswap)) != 0) in sshkey_unshield_private() 2606 sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **kp) in sshkey_private_deserialize() function 3189 if ((r = sshkey_private_deserialize(decrypted, &k)) != 0 || in sshkey_parse_private2()
|
| H A D | ssh_namespace.h | 912 #define sshkey_private_deserialize Fssh_sshkey_private_deserialize macro
|
| H A D | ssh-agent.c | 1370 if ((r = sshkey_private_deserialize(e->request, &k)) != 0 || in process_add_identity()
|