Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:bitbuf

1614   int     err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize;
1731 bitbuf = 0;
1770 bitbuf |= (y << (winsize - ++bitcpy));
1786 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
1795 bitbuf = 0;
1811 bitbuf <<= 1;
1812 if ((bitbuf & (1 << winsize)) != 0) {