Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_gf2m.c622 int vbits = BN_num_bits(v); /* v is copy of p */ in BN_GF2m_mod_inv_vartime() local
677 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime()
679 ubits = vbits; in BN_GF2m_mod_inv_vartime()
680 vbits = i; in BN_GF2m_mod_inv_vartime()
696 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime()

Completed in 6 milliseconds