Home | History | Annotate | Download | only in mtest

Lines Matching defs:gx

2064   mp_int   gx, xc, yc, u, v, A, B, C, D;
2077 if((res = mp_init(&gx)) != MP_OKAY) goto CLEANUP;
2078 clean[++last] = &gx;
2094 mp_set(&gx, 1);
2100 if((res = s_mp_mul_2(&gx)) != MP_OKAY)
2157 if((res = mp_mul(&gx, &v, g)) != MP_OKAY) goto CLEANUP;