Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c2653 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup() function
3016 if ((err = mp_montgomery_setup (P, &mp)) != MP_OKAY) { in mp_exptmod_fast()