Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_gf2m.c133 BN_ULONG tab[16], top3b = a >> 61; in bn_GF2m_mul_1x1() local
208 if (top3b & 01) { in bn_GF2m_mul_1x1()
212 if (top3b & 02) { in bn_GF2m_mul_1x1()
216 if (top3b & 04) { in bn_GF2m_mul_1x1()

Completed in 4 milliseconds