HomeSort by relevance Sort by last modified time
    Searched refs:dh_pub (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
kex.h 36 void gen_kexdh_vals(mp_int *dh_pub, mp_int *dh_priv);
common-kex.c 473 /* dh_pub and dh_priv MUST be already initialised */
474 void gen_kexdh_vals(mp_int *dh_pub, mp_int *dh_priv) {
504 if (mp_exptmod(&dh_g, dh_priv, &dh_p, dh_pub) != MP_OKAY) {
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 2504 BIGNUM *dh_pub = NULL; local
    [all...]

Completed in 123 milliseconds