Searched refs:sshkey_read (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | authfile.c | 292 if ((r = sshkey_read(k, &cp)) == 0) { in sshkey_try_load_public() 480 if ((r = sshkey_read(pub, &cp)) != 0) in sshkey_in_file()
|
| H A D | sshkey.h | 143 int sshkey_read(struct sshkey *, char **);
|
| H A D | auth2-pubkey.c | 577 if (sshkey_read(found, &cp) != 0) { in check_authkey_line() 586 if (sshkey_read(found, &cp) != 0) { in check_authkey_line()
|
| H A D | ssh-keygen.c | 848 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key() 2071 if ((r = sshkey_read(key, &cp)) != 0) { in do_show_cert() 2219 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
|
| H A D | hostfile.c | 172 if ((r = sshkey_read(ret, &cp)) != 0) in hostfile_read_key()
|
| H A D | ssh_namespace.h | 765 #define sshkey_read Fssh_sshkey_read macro
|
| H A D | sshkey.c | 1236 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function
|
| H A D | ChangeLog | 2314 upstream: refactor sshkey_read() to make it a little more, err, 7497 Check for NULL argument to sshkey_read. Patch from
|