Home
last modified time | relevance | path

Searched refs:BN_div_word (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_word.c28 * back to using BN_div_word in BN_mod_word()
35 ret = BN_div_word(tmp, w); in BN_mod_word()
61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() function
H A Dbn_conv.c92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
/third_party/openssl/crypto/bn/
H A Dbn_word.c28 * back to using BN_div_word in BN_mod_word()
35 ret = BN_div_word(tmp, w); in BN_mod_word()
61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word() function
H A Dbn_conv.c92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_object.c144 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
/third_party/openssl/crypto/asn1/
H A Da_object.c144 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs87 pub fn BN_div_word(r: *mut BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_div_word() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs185 #[corresponds(BN_div_word)]
189 let r = ffi::BN_div_word(self.as_ptr(), w.into()); in div_word()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h267 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h291 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
/third_party/openssl/include/openssl/
H A Dbn.h291 BN_ULONG BN_div_word(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()
1536 ret_word = BN_div_word(ret, b_word); in file_quotient()

Completed in 10 milliseconds