Home
last modified time | relevance | path

Searched refs:mp_montgomery_calc_normalization (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c2917 static int mp_montgomery_calc_normalization (mp_int * a, mp_int * b) in mp_montgomery_calc_normalization() function
3078 if ((err = mp_montgomery_calc_normalization (&res, P)) != MP_OKAY) { in mp_exptmod_fast()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_wolfssl.c1490 ret = mp_montgomery_calc_normalization(&mu, modulus); in crypto_ec_point_add()