OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dh_x
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
cli-kex.c
47
cli_ses.
dh_x
= (mp_int*)m_malloc(sizeof(mp_int));
48
m_mp_init_multi(cli_ses.dh_e, cli_ses.
dh_x
, NULL);
50
gen_kexdh_vals(cli_ses.dh_e, cli_ses.
dh_x
);
96
kexdh_comb_key(cli_ses.dh_e, cli_ses.
dh_x
, &dh_f, hostkey);
98
mp_clear_multi(cli_ses.dh_e, cli_ses.
dh_x
, NULL);
100
m_free(cli_ses.
dh_x
);
session.h
210
mp_int *dh_e, *
dh_x
; /* Used during KEX */
member in struct:clientsession
Completed in 189 milliseconds