Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauthfile.c239 if ((r = sshkey_read(k, &cp)) == 0) { in sshkey_try_load_public()
412 switch (r = sshkey_read(pub, &cp)) { in sshkey_in_file()
H A Dsshkey.h180 int sshkey_read(struct sshkey *, char **);
H A Dauth2-pubkey.c596 if (sshkey_read(found, &cp) != 0) { in check_authkey_line()
605 if (sshkey_read(found, &cp) != 0) { in check_authkey_line()
H A Dsshsig.c772 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options()
782 if (sshkey_read(key, &cp) != 0) { in parse_principals_key_and_options()
H A Dssh-add.c150 if ((r = sshkey_read(key, &cp)) != 0) { in delete_stdin()
H A Dhostfile.c167 if (sshkey_read(ret, &cp) != 0) in hostfile_read_key()
H A Dssh-keygen.c886 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key()
2151 if ((r = sshkey_read(key, &cp)) != 0) { in do_show_cert()
2338 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
H A Dssh_namespace.h822 #define sshkey_read Fssh_sshkey_read macro
H A Dsshkey.c1310 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function
/freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c31 if ((r = sshkey_read(pubkey, &cp)) != 0) { in pubkey_or_die()
H A Dkex_fuzz.cc293 if ((r = sshkey_read(pubkey, &cp)) != 0) { in prepare_key()