Searched refs:ubits (Results 1 – 1 of 1) sorted by relevance
621 int ubits = BN_num_bits(u); in BN_GF2m_mod_inv_vartime() local650 while (ubits && !(udp[0] & 1)) { in BN_GF2m_mod_inv_vartime()667 ubits--; in BN_GF2m_mod_inv_vartime()670 if (ubits <= BN_BITS2) { in BN_GF2m_mod_inv_vartime()677 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime()678 i = ubits; in BN_GF2m_mod_inv_vartime()679 ubits = vbits; in BN_GF2m_mod_inv_vartime()696 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime()698 int utop = (ubits - 1) / BN_BITS2; in BN_GF2m_mod_inv_vartime()702 ubits = utop * BN_BITS2 + BN_num_bits_word(ul); in BN_GF2m_mod_inv_vartime()
Completed in 5 milliseconds