Home | History | Annotate | Download | only in tls

Lines Matching refs:bitbuf

1887   int     err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize;
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) {
2963 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize;
3126 bitbuf = 0;
3165 bitbuf |= (y << (winsize - ++bitcpy));
3181 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) {
3190 bitbuf = 0;
3207 bitbuf <<= 1;
3208 if ((bitbuf & (1 << winsize)) != 0) {