Searched defs:dh_f (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/
H A Dcommon-kex.c511 * 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] */
545 dh_f = dh_pub_them;
548 dh_f = dh_pub_us;
557 buf_putmpint(ses.kexhashbuf, dh_f);

Completed in 384 milliseconds