Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dlibtommath.c143 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2278 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce()
2593 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs() function