Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_exp.c472 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits() function
860 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
871 wvalue = bn_get_bits(p, bits); in BN_mod_exp_mont_consttime()
988 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1059 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1087 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()