Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_exp.c489 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits() function
885 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
896 wvalue = bn_get_bits(p, bits); in BN_mod_exp_mont_consttime()
1017 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1093 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1121 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()

Completed in 6 milliseconds