OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kexdh_comb_key
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
kex.h
37
void
kexdh_comb_key
(mp_int *dh_pub_us, mp_int *dh_priv, mp_int *dh_pub_them,
svr-kex.c
84
kexdh_comb_key
(&dh_f, &dh_y, dh_e, svr_opts.hostkey);
cli-kex.c
96
kexdh_comb_key
(cli_ses.dh_e, cli_ses.dh_x, &dh_f, hostkey);
common-kex.c
514
void
kexdh_comb_key
(mp_int *dh_pub_us, mp_int *dh_priv, mp_int *dh_pub_them,
function
Completed in 45 milliseconds