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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gf2m.c196 BN_ULONG tab[8], top2b = a >> 30; local
218 if (top2b & 01) { l ^= b << 30; h ^= b >> 2; }
219 if (top2b & 02) { l ^= b << 31; h ^= b >> 1; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gf2m.c143 BN_ULONG tab[8], top2b = a >> 30; local
194 if (top2b & 01) {
198 if (top2b & 02) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gf2m.c143 BN_ULONG tab[8], top2b = a >> 30; local
194 if (top2b & 01) {
198 if (top2b & 02) {

Completed in 73 milliseconds