Searched refs:sshkey_fromb (Results 1 – 6 of 6) sorted by relevance
169 if ((r = sshkey_fromb(tmp, &server_host_key)) != 0 || in input_kex_dh_gex_reply()
232 int sshkey_fromb(struct sshbuf *, struct sshkey **);
162 if ((r = sshkey_fromb(tmp, &server_host_key)) != 0) in input_kex_gen_reply()
790 #define sshkey_fromb Fssh_sshkey_fromb macro
1374 if ((r = sshkey_fromb(blob, &k)) != 0) { in sshkey_read()2618 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) in sshkey_fromb() function
677 } else if ((r = sshkey_fromb(buf, k)) != 0) in do_convert_from_ssh2()