Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_exp.c484 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits() function
880 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
891 wvalue = bn_get_bits(p, bits); in BN_mod_exp_mont_consttime()
1012 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1088 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1116 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()