Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c2004 bitbuf = 0; in s_mp_exptmod()
2043 bitbuf |= (y << (winsize - ++bitcpy)); in s_mp_exptmod()
2059 if ((err = mp_mul (&res, &M[bitbuf], &res)) != MP_OKAY) { in s_mp_exptmod()
2068 bitbuf = 0; in s_mp_exptmod()
2084 bitbuf <<= 1; in s_mp_exptmod()
2085 if ((bitbuf & (1 << winsize)) != 0) { in s_mp_exptmod()
3127 bitbuf = 0; in mp_exptmod_fast()
3166 bitbuf |= (y << (winsize - ++bitcpy)); in mp_exptmod_fast()
3191 bitbuf = 0; in mp_exptmod_fast()
3208 bitbuf <<= 1; in mp_exptmod_fast()
[all …]