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

/freebsd-13-stable/contrib/wpa/src/tls/
H A 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) {
2594 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function

Completed in 51 milliseconds