Home
last modified time | relevance | path

Searched refs:sshbuf_fromb (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf.c256 p3 = sshbuf_fromb(p1); in sshbuf_tests()
266 p3 = sshbuf_fromb(p1); in sshbuf_tests()
H A Dtest_sshbuf_fixed.c72 p2 = sshbuf_fromb(p1); in sshbuf_fixed()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc187 (ts->cin = sshbuf_fromb(ts->c_template)) == NULL) in do_kex_with_key()
190 (ts->sin = sshbuf_fromb(ts->s_template)) == NULL) in do_kex_with_key()
/freebsd/crypto/openssh/
H A Dkexgexc.c164 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) { in input_kex_dh_gex_reply()
H A Dsshbuf.h58 struct sshbuf *sshbuf_fromb(struct sshbuf *buf);
H A Dkexgen.c161 if ((tmp = sshbuf_fromb(server_host_key_blob)) == NULL) { in input_kex_gen_reply()
H A Dsshbuf.c145 sshbuf_fromb(struct sshbuf *buf) in sshbuf_fromb() function
H A Dsshsig.c96 if ((sbuf = sshbuf_fromb(sig)) == NULL) { in sshsig_dearmor()
281 if ((buf = sshbuf_fromb(signature)) == NULL) in sshsig_peek_hashalg()
H A Dauth-options.c82 if ((c = sshbuf_fromb(oblob)) == NULL) { in cert_option_list()
H A Dssh-agent.c721 if ((b = sshbuf_fromb(msg)) == NULL) in parse_userauth_request()
795 if ((b = sshbuf_fromb(msg)) == NULL) in parse_sshsig_request()
H A Dssh_namespace.h787 #define sshbuf_fromb Fssh_sshbuf_fromb macro
H A Dkrl.c1068 if ((copy = sshbuf_fromb(buf)) == NULL) { in ssh_krl_from_blob()
H A Dkex.c184 if ((b = sshbuf_fromb(raw)) == NULL) { in kex_buf2prop()
H A Dsshd.c263 if ((child->config = sshbuf_fromb(config)) == NULL) in child_register()
H A Dchannels.c1534 if ((b = sshbuf_fromb(input)) == NULL) in channel_decode_socks4()
1664 if ((b = sshbuf_fromb(input)) == NULL) in channel_decode_socks5()
H A Dsshkey.c2005 if ((copy = sshbuf_fromb(b)) == NULL) { in sshkey_from_blob_internal()
H A Dssh-keygen.c2030 if ((options = sshbuf_fromb(optbuf)) == NULL) in show_options()