Home
last modified time | relevance | path

Searched refs:BN_div_word (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/doc/man3/
DBN_add_word.pod5 BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic
18 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
34 BN_div_word() divides B<a> by B<w> (C<a/=w>) and returns the remainder.
38 For BN_div_word() and BN_mod_word(), B<w> must not be 0.
45 BN_mod_word() and BN_div_word() return B<a>%B<w> on success and
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_word.c35 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
Dbn_conv.c92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
/third_party/openssl/crypto/bn/
Dbn_word.c35 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
Dbn_conv.c92 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs87 pub fn BN_div_word(r: *mut BIGNUM, w: BN_ULONG) -> BN_ULONG; in BN_div_word() function
/third_party/openssl/crypto/asn1/
Da_object.c144 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Da_object.c144 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
/third_party/rust/crates/rust-openssl/openssl/src/
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/
Dbn.h267 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
/third_party/openssl/include/openssl/
Dbn.h291 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
/third_party/node/deps/openssl/openssl/include/openssl/
Dbn.h291 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
/third_party/openssl/test/
Dbntest.c1536 ret_word = BN_div_word(ret, b_word); in file_quotient()
/third_party/openssl/
DBUILD.gn305 # *lp = BN_div_word(t, BN_DEC_CONV);
DCHANGES.md5479 The function BN_bn2dec() does not check the return value of BN_div_word().
6680 The function BN_bn2dec() does not check the return value of BN_div_word().
/third_party/openssl/util/
Dlibcrypto.num3715 BN_div_word 3799 3_0_0 EXIST::FUNCTION:
/third_party/node/deps/openssl/openssl/util/
Dlibcrypto.num3715 BN_div_word 3799 3_0_0 EXIST::FUNCTION:
/third_party/node/deps/openssl/openssl/
DCHANGES.md5541 The function BN_bn2dec() does not check the return value of BN_div_word().
6742 The function BN_bn2dec() does not check the return value of BN_div_word().