Home | History | Annotate | Download | only in mtest

Lines Matching defs:xc

2064   mp_int   gx, xc, yc, u, v, A, B, C, D;
2087 if((res = mp_init_copy(&xc, a)) != MP_OKAY) goto CLEANUP;
2088 clean[++last] = &xc;
2089 mp_abs(&xc, &xc);
2097 while(mp_iseven(&xc) && mp_iseven(&yc)) {
2098 s_mp_div_2(&xc);
2104 mp_copy(&xc, &u);
2118 if((res = mp_sub(&B, &xc, &B)) != MP_OKAY) goto CLEANUP;
2131 if((res = mp_sub(&D, &xc, &D)) != MP_OKAY) goto CLEANUP;