OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dh_e
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
common-kex.c
511
* of
dh_e
/dh_f etc. Hence these arguments:
518
mp_int *
dh_e
= NULL, *dh_f = NULL;
local
525
/* Check that dh_pub_them (
dh_e
or dh_f) is in the range [1, p-1] */
544
dh_e
= dh_pub_us;
547
dh_e
= dh_pub_them;
555
buf_putmpint(ses.kexhashbuf,
dh_e
);
session.h
210
mp_int *
dh_e
, *dh_x; /* Used during KEX */
member in struct:clientsession
Completed in 18 milliseconds