Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/tls/
HDlibtommath.c140 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2271 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce()
2582 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