Searched refs:top3b (Results 1 – 1 of 1) sorted by relevance
169 BN_ULONG tab[16], top3b = a >> 61; in bn_GF2m_mul_1x1() local198 if (top3b & 01) { l ^= b << 61; h ^= b >> 3; } in bn_GF2m_mul_1x1()199 if (top3b & 02) { l ^= b << 62; h ^= b >> 2; } in bn_GF2m_mul_1x1()200 if (top3b & 04) { l ^= b << 63; h ^= b >> 1; } in bn_GF2m_mul_1x1()