Home
last modified time | relevance | path

Searched refs:sshkey_read (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dauthfile.c292 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 Dsshkey.h143 int sshkey_read(struct sshkey *, char **);
H A Dauth2-pubkey.c577 if (sshkey_read(found, &cp) != 0) { in check_authkey_line()
586 if (sshkey_read(found, &cp) != 0) { in check_authkey_line()
H A Dssh-keygen.c848 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 Dhostfile.c172 if ((r = sshkey_read(ret, &cp)) != 0) in hostfile_read_key()
H A Dssh_namespace.h765 #define sshkey_read Fssh_sshkey_read macro
H A Dsshkey.c1236 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function
H A DChangeLog2314 upstream: refactor sshkey_read() to make it a little more, err,
7497 Check for NULL argument to sshkey_read. Patch from