Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/crypto/bn/
HDbn_gf2m.c702 int utop = (ubits - 1) / BN_BITS2; in BN_GF2m_mod_inv_vartime() local
704 while ((ul = udp[utop]) == 0 && utop) in BN_GF2m_mod_inv_vartime()
705 utop--; in BN_GF2m_mod_inv_vartime()
706 ubits = utop * BN_BITS2 + BN_num_bits_word(ul); in BN_GF2m_mod_inv_vartime()