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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c2848 static int mp_mul_2(mp_int * a, mp_int * b) function
2936 if ((res = mp_mul_2 (a, a)) != MP_OKAY) {

Completed in 56 milliseconds