Lines Matching refs:sshbuf
50 const struct sshbuf *client_version, in kex_gen_hash()
51 const struct sshbuf *server_version, in kex_gen_hash()
52 const struct sshbuf *client_kexinit, in kex_gen_hash()
53 const struct sshbuf *server_kexinit, in kex_gen_hash()
54 const struct sshbuf *server_host_key_blob, in kex_gen_hash()
55 const struct sshbuf *client_pub, in kex_gen_hash()
56 const struct sshbuf *server_pub, in kex_gen_hash()
57 const struct sshbuf *shared_secret, in kex_gen_hash()
60 struct sshbuf *b; in kex_gen_hash()
143 struct sshbuf *shared_secret = NULL; in input_kex_gen_reply()
144 struct sshbuf *server_blob = NULL; in input_kex_gen_reply()
145 struct sshbuf *tmp = NULL, *server_host_key_blob = NULL; in input_kex_gen_reply()
249 struct sshbuf *shared_secret = NULL; in input_kex_gen_init()
250 struct sshbuf *server_pubkey = NULL; in input_kex_gen_init()
251 struct sshbuf *client_pubkey = NULL; in input_kex_gen_init()
252 struct sshbuf *server_host_key_blob = NULL; in input_kex_gen_init()