Home
last modified time | relevance | path

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

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

Completed in 39 milliseconds