Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_mul_2

4710     if ((res = mp_mul_2 (a, a)) != MP_OKAY) {
5004 int mp_mul_2(mp_int * a, mp_int * b)
6175 if ((err = mp_mul_2(a, a)) != MP_OKAY) { goto error; }
7903 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
7909 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
7916 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) {
7922 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
7934 if ((res = mp_mul_2(&a2, &tmp1)) != MP_OKAY) {
7940 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
7947 if ((res = mp_mul_2(&b2, &tmp2)) != MP_OKAY) {
7953 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
8168 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
8174 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
8186 if ((res = mp_mul_2(&a2, &tmp1)) != MP_OKAY) {
8192 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {