Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkeyfile.c295 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
304 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
450 if (sshkey_read(found, &cp) != 0) { in auth_check_authkeys_file()
464 if (sshkey_read(found, &cp) != 0) { in auth_check_authkeys_file()
H A Dauthfile.c238 if ((r = sshkey_read(k, &cp)) == 0) { in sshkey_try_load_public()
411 switch (r = sshkey_read(pub, &cp)) { in sshkey_in_file()
H A Dsshkey.h211 int sshkey_read(struct sshkey *, char **);
H A Dsshsig.c775 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options()
790 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options()
H A Dhostfile.c167 if (sshkey_read(ret, &cp) != 0) in hostfile_read_key()
H A Dssh-add.c147 if ((r = sshkey_read(key, &cp)) != 0) { in delete_stdin()
H A Dssh-keygen.c874 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key()
2176 if ((r = sshkey_read(key, &cp)) != 0) { in do_show_cert()
2363 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
H A Dsshkey.c1141 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function