Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dbignum.c179 if (mp_mul((mp_int *) a, (mp_int *) b, (mp_int *) c) != MP_OKAY) { in bignum_mul()
Dlibtommath.h490 mp_mul (mp_int * a, mp_int * b, mp_int * c) in mp_mul() function
526 #error mp_mul could fail in mp_mul()
547 if ((res = mp_mul (a, b, &t)) != MP_OKAY) { in mp_mulmod()
2009 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) { in s_mp_exptmod()
2084 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) { in s_mp_exptmod()
2112 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) { in s_mp_exptmod()
2196 if ((res = mp_mul(&q, d, &q)) != MP_OKAY) { in mp_reduce_2k_l()
2304 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) { in mp_reduce()
3148 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) { in mp_exptmod_fast()
3217 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) { in mp_exptmod_fast()
[all …]