Home | History | Annotate | Download | only in tls

Lines Matching defs:mp_mul

480 static int mp_mul (mp_int * a, mp_int * b, mp_int * c)
516 #error mp_mul could fail
536 if ((res = mp_mul (a, b, &t)) != MP_OKAY) {
1969 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
2044 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2072 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {
2154 if ((res = mp_mul(&q, d, &q)) != MP_OKAY) {
2258 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) {
3093 if ((err = mp_mul (&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
3162 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
3191 if ((err = mp_mul (&res, &M[1], &res)) != MP_OKAY) {