Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c142 static int s_mp_sqr(mp_int * a, mp_int * b);
2137 res = s_mp_sqr (a, b); in mp_sqr()
2527 static int s_mp_sqr (mp_int * a, mp_int * b) in s_mp_sqr() function