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 | 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 | 307 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 | 1846 if ((r = sshkey_private_deserialize(prvbuf, &kswap)) != 0) in sshkey_unshield_private() 2619 sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **kp) in sshkey_private_deserialize() function 3230 if ((r = sshkey_private_deserialize(decrypted, &k)) != 0 || in sshkey_parse_private2()
|
H A D | sshd-session.c | 707 (r = sshkey_private_deserialize(kbuf, &k)) != 0) in parse_hostkeys()
|
H A D | ssh_namespace.h | 907 #define sshkey_private_deserialize Fssh_sshkey_private_deserialize macro
|
H A D | ssh-agent.c | 1383 if ((r = sshkey_private_deserialize(e->request, &k)) != 0 || in process_add_identity()
|