summaryrefslogtreecommitdiffstats
path: root/lib/mpi
Commit message (Expand)AuthorAgeFilesLines
* lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang2013-06-121-1/+1
* MPILIB: disable usage of floating point registers on pariscHelge Deller2013-05-241-2/+3
* mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko2013-02-012-8/+4
* MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss2012-11-231-2/+17
* MPILIB: Provide a function to read raw data into an MPIDavid Howells2012-10-081-0/+55
* MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2012-10-082-0/+71
* MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells2012-10-083-139/+5
* Remove unused code from MPI libraryDmitry Kasatkin2012-05-265-664/+0
* Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin2012-05-2611-1396/+0
* mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl2012-04-181-2/+3
* lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller2012-02-021-11/+33
* lib: Fix multiple definitions of clz_tabDavid Miller2012-02-021-19/+0
* lib/mpi: added missing NULL checkDmitry Kasatkin2012-02-021-0/+2
* lib/mpi: added comment on divide by 0 caseDmitry Kasatkin2012-02-021-0/+4
* lib/mpi: check for possible zero lengthDmitry Kasatkin2012-02-021-0/+3
* lib/mpi: removed unused functionsDmitry Kasatkin2012-02-021-88/+0
* lib/mpi: checks for zero divisor lengthDmitry Kasatkin2012-02-021-0/+3
* lib/mpi: return error code on dividing by zeroDmitry Kasatkin2012-02-021-1/+1
* lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin2012-02-022-5/+5
* lib/mpi: added missing NULL checkDmitry Kasatkin2012-02-021-1/+2
* MPILIB: Add a missing ENOMEM checkDavid Howells2012-01-191-0/+2
* mpi/mpi-mpow: NULL dereference on allocation failureDan Carpenter2011-12-081-1/+2
* crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin2011-11-0911-0/+1390
* crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin2011-11-091-0/+21
* crypto: GnuPG based MPI lib - header files (part 2)Dmitry Kasatkin2011-11-093-0/+1861
* crypto: GnuPG based MPI lib - source files (part 1)Dmitry Kasatkin2011-11-0914-0/+2681