Home
last modified time | relevance | path

Searched refs:sshkey_fromb (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dkexgexc.c169 if ((r = sshkey_fromb(tmp, &server_host_key)) != 0 || in input_kex_dh_gex_reply()
H A Dsshkey.h271 int sshkey_fromb(struct sshbuf *, struct sshkey **);
H A Dkexgen.c162 if ((r = sshkey_fromb(tmp, &server_host_key)) != 0) in input_kex_gen_reply()
H A Dauth2-pubkey.c113 (r = sshkey_fromb(b, &hostkey)) != 0) in userauth_pubkey()
H A Dsshkey.c1218 if ((r = sshkey_fromb(blob, &k)) != 0) { in sshkey_read()
1977 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) in sshkey_fromb() function
H A Dssh-keygen.c691 } else if ((r = sshkey_fromb(buf, k)) != 0) in do_convert_from_ssh2()