Searched refs:x0x0 (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
49 if (mp_init_size (&x0x0, B * 2) != MP_OKAY)
78 if (mp_sqr (&x0, &x0x0) != MP_OKAY)
79 goto X1X1; /* x0x0 = x0*x0 */
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 */
101 if (mp_add (&x0x0, &t1, &t1) != MP_OKAY)
102 goto X1X1; /* t1 = x0x0
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4292 mp_int x0, x1, t1, t2, x0x0, x1x1; local
4314 if (mp_init_size (&x0x0, B * 2) != MP_OKAY)
4343 if (mp_sqr (&x0, &x0x0) != MP_OKAY)
4344 goto X1X1; /* x0x0 = x0*x0 */
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 */
4366 if (mp_add (&x0x0, &t1, &t1) != MP_OKAY)
4367 goto X1X1; /* t1 = x0x0
[all...]

Completed in 3696 milliseconds