Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c2848 static int mp_mul_2(mp_int * a, mp_int * b) in mp_mul_2() function
2936 if ((res = mp_mul_2 (a, a)) != MP_OKAY) { in mp_montgomery_calc_normalization()