libtommath.c | 606 mp_int tmpG, tmpX; 619 if ((err = mp_init(&tmpX)) != MP_OKAY) { 623 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) { 624 mp_clear_multi(&tmpG, &tmpX, NULL); 629 err = mp_exptmod(&tmpG, &tmpX, P, Y); 630 mp_clear_multi(&tmpG, &tmpX, NULL); 2348 mp_digit tmpx, *tmpt, *tmpy; local 2448 mp_digit *tmpx, *tmpy; local 2533 mp_digit u, tmpx, *tmpt; local 2600 mp_digit tmpx, *tmpt, *tmpy; local 2721 register mp_digit *tmpx; local 2793 register mp_digit *tmpx; local 3261 mp_digit W[MP_WARRAY], *tmpx; local [all...] |