Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dauthkeys_fuzz.cc42 sshkey_read(key, &tmp) != 0) in LLVMFuzzerTestOneInput()
46 sshkey_read(cert, &tmp) != 0) in LLVMFuzzerTestOneInput()
H A Dagent_fuzz_helper.c31 if ((r = sshkey_read(pubkey, &cp)) != 0) { in pubkey_or_die()
H A Dkex_fuzz.cc287 if ((r = sshkey_read(pubkey, &cp)) != 0) { in prepare_key()
/freebsd/crypto/openssh/
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 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 Dsshkey.h216 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 Dhostfile.c166 if (sshkey_read(ret, &cp) != 0) in hostfile_read_key()
H A Dssh-add.c153 if ((r = sshkey_read(key, &cp)) != 0) { in delete_stdin()
H A Dssh-keygen.c932 if ((r = sshkey_read(ret, cpp)) == 0) in try_read_key()
2236 if ((r = sshkey_read(key, &cp)) != 0) { in do_show_cert()
2428 if ((r = sshkey_read(key, &cp)) != 0) in update_krl_from_file()
H A Dssh_namespace.h918 #define sshkey_read Fssh_sshkey_read macro
H A Dsshkey.c1314 sshkey_read(struct sshkey *ret, char **cpp) in sshkey_read() function