HomeSort by relevance Sort by last modified time
    Searched refs:x0x0 (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtommath/
bn_mp_karatsuba_sqr.c 27 mp_int x0, x1, t1, t2, x0x0, x1x1; local
49 if (mp_init_size (&x0x0, B * 2) != MP_OKAY)
52 goto X0X0;
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
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 4292 mp_int x0, x1, t1, t2, x0x0, x1x1; local
    [all...]

Completed in 273 milliseconds