Searched refs:sshkey_private_deserialize (Results 1 – 8 of 8) sorted by relevance
| /src/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | privkey_fuzz.cc | 14 int r = sshkey_private_deserialize(b, &k); in LLVMFuzzerTestOneInput()
|
| /src/crypto/openssh/ |
| H A D | ssh-sk-client.c | 347 if ((r = sshkey_private_deserialize(kbuf, &key)) != 0) { in sshsk_enroll() 436 if ((r = sshkey_private_deserialize(kbuf, &key)) != 0) { in sshsk_load_resident()
|
| H A D | sshkey.h | 309 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
|
| H A D | ssh-sk-helper.c | 112 if ((r = sshkey_private_deserialize(kbuf, &key)) != 0) in process_sign()
|
| H A D | sshkey.c | 1843 if ((r = sshkey_private_deserialize(prvbuf, &kswap)) != 0) in sshkey_unshield_private() 2616 sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **kp) in sshkey_private_deserialize() function 3214 if ((r = sshkey_private_deserialize(decrypted, &k)) != 0 || in sshkey_parse_private2()
|
| H A D | sshd-session.c | 665 (r = sshkey_private_deserialize(kbuf, &k)) != 0) in parse_hostkeys()
|
| H A D | ssh_namespace.h | 900 #define sshkey_private_deserialize Fssh_sshkey_private_deserialize macro
|
| H A D | ssh-agent.c | 1395 if ((r = sshkey_private_deserialize(e->request, &k)) != 0 || in process_add_identity()
|