Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:tmpX

550      mp_int tmpG, tmpX;
563 if ((err = mp_init(&tmpX)) != MP_OKAY) {
567 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
568 mp_clear_multi(&tmpG, &tmpX, NULL);
573 err = mp_exptmod(&tmpG, &tmpX, P, Y);
574 mp_clear_multi(&tmpG, &tmpX, NULL);
2074 mp_digit tmpx, *tmpt, *tmpy;
2099 tmpx = a->dp[ix];
2111 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
2171 mp_digit *tmpx, *tmpy;
2178 tmpx = a->dp + tx;
2188 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
2255 mp_digit u, tmpx, *tmpt;
2278 tmpx = a->dp[ix];
2285 r = ((mp_word)tmpx) * ((mp_word)a->dp[iy]);
2322 mp_digit tmpx, *tmpt, *tmpy;
2344 tmpx = a->dp[ix];
2355 ((mp_word)tmpx) * ((mp_word)*tmpy++) +