Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_gf2m.c166 BN_ULONG tab[16], top3b = a >> 61; in bn_GF2m_mul_1x1() local
195 if (top3b & 01) { l ^= b << 61; h ^= b >> 3; } in bn_GF2m_mul_1x1()
196 if (top3b & 02) { l ^= b << 62; h ^= b >> 2; } in bn_GF2m_mul_1x1()
197 if (top3b & 04) { l ^= b << 63; h ^= b >> 1; } in bn_GF2m_mul_1x1()