Searched refs:BN_div_word (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | BN_add_word.pod | 5 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 D | bn_word.c | 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 | 85 *lp = BN_div_word(t, BN_DEC_CONV); in BN_bn2dec()
|
/openssl/crypto/asn1/ |
H A D | a_object.c | 140 BN_ULONG t = BN_div_word(bl, 0x80L); in a2d_ASN1_OBJECT()
|
/openssl/include/openssl/ |
H A D | bn.h | 297 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w);
|
/openssl/test/ |
H A D | bntest.c | 1563 ret_word = BN_div_word(ret, b_word); in file_quotient()
|
/openssl/util/ |
H A D | libcrypto.num | 3715 BN_div_word 3799 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 6755 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