summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_mod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide symbols in bnbeck2023-07-081-1/+12
* Disallow aliasing of return value and modulustb2023-06-131-1/+44
* Convert BN_copy() with explicit comparison against NULL to bn_copy()tb2023-03-271-3/+3
* Clean up and simplify BN_mod_lshift{,_quick}().jsing2023-02-031-38/+34
* Clean up BN_mod_mul() and simplify BN_mod_sqr().jsing2023-02-031-14/+16
* Simplify BN_mod_{lshift1,sub}_quick().jsing2023-02-031-13/+19
* Simplify BN_nnmod().jsing2023-02-031-13/+12
* Turn BN_mod_{ct,nonct}() into symbols.jsing2023-02-031-1/+13
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-9/+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-3/+3
* Stop abusing the ternary operator to decide which function to call in amiod2016-11-051-3/+6
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-97/+110
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-241-9/+0
* resolve conflictsdjm2008-09-061-1/+6
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+296
* OpenSSL 0.9.4 mergebeck1999-09-291-97/+0
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+97