Searched refs:sshkey_read (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | authfile.c | 331 if ((r = sshkey_read(k, &cp)) == 0) { in sshkey_try_load_public() 544 if ((r = sshkey_read(pub, &cp)) != 0) in sshkey_in_file()
|
D | sshkey.h | 129 int sshkey_read(struct sshkey *, char **);
|
D | key.c | 45 return sshkey_read(ret, cpp) == 0 ? 1 : -1; in key_read()
|
D | ssh-keygen.c | 822 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key() 828 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key() 1959 if ((r = sshkey_read(key, &cp)) != 0) { in do_show_cert() 2105 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
|
D | hostfile.c | 172 if ((r = sshkey_read(ret, &cp)) != 0) in hostfile_read_key()
|
D | sshkey.c | 1233 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function
|
D | ChangeLog | 437 Check for NULL argument to sshkey_read. Patch from 6063 improve sshkey_read() semantics; only update *cpp when a
|