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

/external/dropbear/libtommath/
H A Dbn_mp_karatsuba_sqr.c27 mp_int x0, x1, t1, t2, x0x0, x1x1; local
51 if (mp_init_size (&x1x1, (a->used - B) * 2) != MP_OKAY)
80 if (mp_sqr (&x1, &x1x1) != MP_OKAY)
81 goto X1X1; /* x1x1 = x1*x1 */
90 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY)
91 goto X1X1; /* t2 = x0x0 + x1x1 */
93 goto X1X1; /* t1 = (x1+x0)**2 - (x0x0 + x1x1) */
97 goto X1X1; /* t1 = (x0x0 + x1x1 - (x1-x0)*(x1-x0))<<B */
98 if (mp_lshd (&x1x1, B * 2) != MP_OKAY)
99 goto X1X1; /* x1x1
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4292 mp_int x0, x1, t1, t2, x0x0, x1x1; local
4316 if (mp_init_size (&x1x1, (a->used - B) * 2) != MP_OKAY)
4345 if (mp_sqr (&x1, &x1x1) != MP_OKAY)
4346 goto X1X1; /* x1x1 = x1*x1 */
4355 if (s_mp_add (&x0x0, &x1x1, &t2) != MP_OKAY)
4356 goto X1X1; /* t2 = x0x0 + x1x1 */
4358 goto X1X1; /* t1 = (x1+x0)**2 - (x0x0 + x1x1) */
4362 goto X1X1; /* t1 = (x0x0 + x1x1 - (x1-x0)*(x1-x0))<<B */
4363 if (mp_lshd (&x1x1, B * 2) != MP_OKAY)
4364 goto X1X1; /* x1x1
[all...]

Completed in 74 milliseconds