Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dauthfile.c241 if ((r = sshkey_read(k, &cp)) == 0) { in sshkey_try_load_public()
414 switch (r = sshkey_read(pub, &cp)) { in sshkey_in_file()
H A Dauth2-pubkeyfile.c285 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
294 if (sshkey_read(found, &cp) != 0) { in auth_check_authkey_line()
H A Dsshkey.h215 int sshkey_read(struct sshkey *, char **);
H A Dsshsig.c784 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options()
799 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options()
H A Dssh-add.c153 if ((r = sshkey_read(key, &cp)) != 0) { in delete_stdin()
H A Dhostfile.c166 if (sshkey_read(ret, &cp) != 0) in hostfile_read_key()
H A Dssh-keygen.c904 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key()
2208 if ((r = sshkey_read(key, &cp)) != 0) { in do_show_cert()
2400 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
H A Dsshkey.c1175 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function