Searched refs:bitbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dlibtommath.c1887 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
2004 bitbuf = 0;
2043 bitbuf |= (y << (winsize - ++bitcpy));
2059 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
2068 bitbuf = 0;
2084 bitbuf <<= 1;
2085 if ((bitbuf & (1 << winsize)) != 0) {
2964 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
3127 bitbuf = 0;
3166 bitbuf |
[all...]

Completed in 110 milliseconds