summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_sqr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unifdef BN_RECURSIONjsing2023-04-191-107/+1
* Call bn_copy() unconditionally in BN_mul() and BN_sqr()tb2023-03-301-6/+3
* Convert BN_copy() with missing error checks to bn_copy()tb2023-03-271-3/+5
* Reimplement bn_sqr_comba{4,8}().jsing2023-02-171-101/+81
* Rename bn_umul_hilo() to bn_mulw().jsing2023-02-161-6/+6
* Avoid negative zero.jsing2023-02-131-3/+3
* Pull in bn_internal.h for the generic version of bn_umul_hilo()jsing2023-02-091-1/+2
* Clean up bn_sqr_words()jsing2023-02-091-34/+9
* Move bn_sqr_words from bn_asm.c to bn_sqr.c.jsing2023-01-231-1/+58
* Refactor BN_sqr().jsing2023-01-211-50/+80
* Remove various #ifndef BN_SQR_COMBA.jsing2023-01-201-19/+1
* Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c.jsing2023-01-201-1/+116
* Move BN_sqr() to the bottom of the file.jsing2023-01-161-85/+85
* Mop up debug code that escaped previously.jsing2023-01-161-7/+1
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-4/+1
* Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.jsing2022-11-241-5/+5
* Remove incorrect "r must not be a" commenttb2022-11-221-2/+1
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-2/+2
* Make sure BN_sqr never returns negative numbers.miod2014-07-111-1/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-128/+118
* resolve conflictsdjm2008-09-061-6/+12
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-9/+9
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+1
* OpenSSL 0.9.5 mergebeck2000-03-191-9/+16
* OpenSSL 0.9.4 mergebeck1999-09-291-23/+182
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+122