aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lcl.h
Commit message (Expand)AuthorAgeFilesLines
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-447/+442
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+3
* Fix unused variable warningEmilia Kasper2014-12-151-1/+3
* Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell2014-12-081-0/+97
* Make bn opaqueMatt Caswell2014-12-081-0/+54
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-1/+1
* Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach2014-06-011-2/+2
* Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach2014-06-011-1/+1
* Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach2014-06-011-0/+2
* Remove static from probable_prime_dh.Felix Laurie von Massenbach2014-06-011-0/+3
* Initial aarch64 bits.Andy Polyakov2013-10-131-0/+9
* bn_lcl.h: gcc removed support for "h" constraint, which broke inlineAndy Polyakov2012-09-011-2/+9
* crypto/bn/*.h: move PTR_SIZE_INT to private header.Andy Polyakov2012-07-021-0/+18
* Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson2011-01-261-0/+3
* bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as alternative to portingAndy Polyakov2010-01-171-3/+16
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-17/+14
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-2/+3
* size_tification.Ben Laurie2008-11-011-13/+15
* Fix SHA512 and optimize BN for mingw64.Andy Polyakov2008-11-011-1/+2
* Move declaration for optional bn_mul_mont to bn_lcl.h in order to hideAndy Polyakov2005-11-061-0/+1
* 3-4 times better RSA/DSA performance on WIN64A target. Well, on AMD64 CPU,Andy Polyakov2005-08-041-0/+36
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-0/+39
* Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe2004-03-091-1/+4
* The bn_set_max() macro is only "used" by the bn_set_[low|high]() macrosGeoff Thorpe2003-12-011-32/+0
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-8/+0
* BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe2003-10-291-14/+0
* Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov2002-12-201-1/+1
* x86_64 performance patch.Andy Polyakov2002-12-141-1/+16
* avoid warnings ('index' shadows global declaration)Bodo Möller2002-10-291-2/+2
* clean up new code for NIST primesBodo Möller2002-10-281-0/+10
* add missing declarationBodo Möller2002-03-251-0/+2
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-1/+1
* Hide BN_CTX structure details.Bodo Möller2001-03-081-0/+14
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* bn_part_sub_word prototype.Ulf Möller2000-12-081-0/+2
* Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte2000-12-041-2/+3
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-021-0/+2
* Remove a declaration for a function that does not exist.Richard Levitte2000-11-181-1/+0
* More constification of the BN library.Richard Levitte2000-11-161-5/+6
* max -> dmax in bn_check_top.Ben Laurie2000-08-221-1/+1
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-081-0/+98
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-37/+5
* New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov2000-02-151-1/+1
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-021-1/+1
* Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov2000-02-021-0/+85
* Move prototypes to the right place.Ulf Möller1999-05-171-9/+16
* OPENSSL_EXTERNBodo Möller1999-05-151-8/+8
* VMS support.Ulf Möller1999-05-131-8/+8
* Missing argument in prototype.Ulf Möller1999-05-121-1/+1