Home
last modified time | relevance | path

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

/hostap-latest/src/tls/
Dlibtommath.c2909 static int mp_montgomery_calc_normalization (mp_int * a, mp_int * b) in mp_montgomery_calc_normalization() function
3070 if ((err = mp_montgomery_calc_normalization (&res, P)) != MP_OKAY) { in mp_exptmod_fast()
/hostap-latest/src/crypto/
Dcrypto_wolfssl.c1950 ret = mp_montgomery_calc_normalization(&mu, modulus); in crypto_ec_point_add()