Searched refs:sshkey_read (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | authfile.c | 239 if ((r = sshkey_read(k, &cp)) == 0) { in sshkey_try_load_public() 412 switch (r = sshkey_read(pub, &cp)) { in sshkey_in_file()
|
| H A D | sshkey.h | 180 int sshkey_read(struct sshkey *, char **);
|
| H A D | auth2-pubkey.c | 596 if (sshkey_read(found, &cp) != 0) { in check_authkey_line() 605 if (sshkey_read(found, &cp) != 0) { in check_authkey_line()
|
| H A D | sshsig.c | 772 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options() 782 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options()
|
| H A D | ssh-add.c | 150 if ((r = sshkey_read(key, &cp)) != 0) { in delete_stdin()
|
| H A D | hostfile.c | 167 if (sshkey_read(ret, &cp) != 0) in hostfile_read_key()
|
| H A D | ssh-keygen.c | 886 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key() 2151 if ((r = sshkey_read(key, &cp)) != 0) { in do_show_cert() 2338 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
|
| H A D | ssh_namespace.h | 822 #define sshkey_read Fssh_sshkey_read macro
|
| H A D | sshkey.c | 1310 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function
|
| /freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | agent_fuzz_helper.c | 31 if ((r = sshkey_read(pubkey, &cp)) != 0) { in pubkey_or_die()
|
| H A D | kex_fuzz.cc | 293 if ((r = sshkey_read(pubkey, &cp)) != 0) { in prepare_key()
|