Home
last modified time | relevance | path

Searched refs:BN_mod_word (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_prime.c297 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 Dbn_word.c13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word() function
/third_party/openssl/crypto/bn/
H A Dbn_prime.c297 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 Dbn_word.c13 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 Dbn.rs86 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 Dbn.rs199 #[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 Dbn.h266 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h290 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
/third_party/openssl/include/openssl/
H A Dbn.h290 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w);
/third_party/openssl/test/
H A Dbntest.c1526 * 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