Searched refs:BN_mod_word (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_prime.c | 297 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int() 494 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime() 579 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime_dh()
|
H A D | bn_word.c | 13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() function
|
/third_party/openssl/crypto/bn/ |
H A D | bn_prime.c | 297 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int() 494 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime() 579 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); in probable_prime_dh()
|
H A D | bn_word.c | 13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() function
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 86 pub fn BN_mod_word(r: *const BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_mod_word() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 199 #[corresponds(BN_mod_word)] 203 let r = ffi::BN_mod_word(self.as_ptr(), w.into()); in mod_word()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 266 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 290 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 290 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
|
/third_party/openssl/test/ |
H A D | bntest.c | 1526 * Test with BN_mod_word() and BN_div_word() if the divisor is in file_quotient() 1550 ret_word = BN_mod_word(a, b_word); in file_quotient()
|
Completed in 11 milliseconds