OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gen_kexdh_vals
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
kex.h
36
void
gen_kexdh_vals
(mp_int *dh_pub, mp_int *dh_priv);
svr-kex.c
82
gen_kexdh_vals
(&dh_f, &dh_y);
cli-kex.c
50
gen_kexdh_vals
(cli_ses.dh_e, cli_ses.dh_x);
common-kex.c
474
void
gen_kexdh_vals
(mp_int *dh_pub, mp_int *dh_priv) {
function
Completed in 229 milliseconds