Searched refs:dh_pub_us (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dkex.h37 void kexdh_comb_key(mp_int *dh_pub_us, mp_int *dh_priv, mp_int *dh_pub_them,
H A Dcommon-kex.c512 * dh_pub_us is 'e' for the client, 'f' for the server. dh_pub_them is
513 * vice-versa. dh_priv is the x/y value corresponding to dh_pub_us */
514 void kexdh_comb_key(mp_int *dh_pub_us, mp_int *dh_priv, mp_int *dh_pub_them, argument
544 dh_e = dh_pub_us;
548 dh_f = dh_pub_us;

Completed in 321 milliseconds