Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A 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
/openssl/crypto/bn/
H A 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
H A Dbn_conv.c85 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
/openssl/crypto/asn1/
H A Da_object.c140 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
/openssl/include/openssl/
H A Dbn.h297 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
/openssl/test/
H A Dbntest.c1563 ret_word = BN_div_word(ret, b_word); in file_quotient()
/openssl/util/
H A Dlibcrypto.num3715 BN_div_word 3799 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md6755 The function BN_bn2dec() does not check the return value of BN_div_word().
7956 The function BN_bn2dec() does not check the return value of BN_div_word().

Completed in 75 milliseconds