Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/bn/
HDbn_gf2m.c692 int utop = (ubits - 1) / BN_BITS2; in BN_GF2m_mod_inv_vartime() local
694 while ((ul = udp[utop]) == 0 && utop) in BN_GF2m_mod_inv_vartime()
695 utop--; in BN_GF2m_mod_inv_vartime()
696 ubits = utop * BN_BITS2 + BN_num_bits_word(ul); in BN_GF2m_mod_inv_vartime()