summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_recp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bn_recp: reformat another ugly commenttb2025-02-041-5/+6
* Inline BN_reciprocal() in its only callertb2025-02-041-36/+10
* Start cleaning up BN_div_reciprocal() a bittb2025-02-041-24/+23
* bn_recp: Avoid complication for negative modulitb2025-01-221-1/+2
* Rename BN_div_recp() into BN_div_reciprocal()tb2025-01-221-4/+4
* Split BN_mod_sqr_reciprocal() out of BN_mod_mul_reciprocal()tb2025-01-221-18/+12
* BN_mod_mul_reciprocal: remove y == NULL complicationtb2025-01-221-14/+11
* Move BN_RECP_CTX to the heaptb2025-01-211-40/+34
* Improve order of things in BN_RECP_CTX_set()tb2025-01-081-3/+4
* Remove parentheses in return statementstb2025-01-081-8/+8
* Add a space after commatb2025-01-081-3/+3
* Remove superfluous parenthesestb2025-01-081-13/+13
* BN_div_recp() can't be static since it is directly exercised by bn_test.ctb2025-01-061-2/+2
* Shuffle functions into a more sensible ordertb2025-01-061-37/+38
* Replace the remaining BN_copy() with bn_copy()tb2023-03-271-3/+3
* Avoid negative zero.jsing2023-02-131-3/+4
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-5/+1
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-211-2/+2
* Add missing BN_CTX_end() calls.doug2015-04-291-2/+4
* Fix indentation that incorrectly implies a different control flow.doug2015-03-211-4/+6
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-100/+123
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* resolve conflictsdjm2008-09-061-9/+13
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-19/+29
* openssl-engine-0.9.6 mergebeck2000-12-151-2/+2
* OpenSSL 0.9.5 mergebeck2000-03-191-25/+18
* OpenSSL 0.9.4 mergebeck1999-09-291-38/+140
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+125