Searched refs:BN_div_word (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_word.c | 28 * 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 D | bn_conv.c | 92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_word.c | 28 * 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 D | bn_conv.c | 92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_object.c | 144 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_object.c | 144 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 87 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 D | bn.rs | 185 #[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 D | bn.h | 267 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 291 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 291 BN_ULONG BN_div_word(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() 1536 ret_word = BN_div_word(ret, b_word); in file_quotient()
|
Completed in 10 milliseconds