Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
/third_party/openssl/crypto/bn/
H A Dbn_exp.c481 static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) in bn_get_bits() function
877 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
888 wvalue = bn_get_bits(p, bits); in BN_mod_exp_mont_consttime()
1009 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1085 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()
1113 wvalue = bn_get_bits(p, bits) & wmask; in BN_mod_exp_mont_consttime()

Completed in 4 milliseconds