Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/bn/
H A Dbn_exp.c487 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits() function
867 wvalue = bn_get_bits(p, bits) & wmask; in bn_mod_exp_mont_fixed_top()
878 wvalue = bn_get_bits(p, bits); in bn_mod_exp_mont_fixed_top()
999 wvalue = bn_get_bits(p, bits) & wmask; in bn_mod_exp_mont_fixed_top()
1075 wvalue = bn_get_bits(p, bits) & wmask; in bn_mod_exp_mont_fixed_top()
1103 wvalue = bn_get_bits(p, bits) & wmask; in bn_mod_exp_mont_fixed_top()