aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi
AgeCommit message (Expand)Author
2013-06-12lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang
2013-05-24MPILIB: disable usage of floating point registers on pariscHelge Deller
2013-02-01mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko
2012-11-23MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss
2012-10-08MPILIB: Provide a function to read raw data into an MPIDavid Howells
2012-10-08MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells
2012-10-08MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells
2012-05-26Remove unused code from MPI libraryDmitry Kasatkin
2012-05-26Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin
2012-04-18mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl
2012-02-02lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin
2012-02-02lib/mpi: added comment on divide by 0 caseDmitry Kasatkin
2012-02-02lib/mpi: check for possible zero lengthDmitry Kasatkin
2012-02-02lib/mpi: removed unused functionsDmitry Kasatkin
2012-02-02lib/mpi: checks for zero divisor lengthDmitry Kasatkin
2012-02-02lib/mpi: return error code on dividing by zeroDmitry Kasatkin
2012-02-02lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin
2012-01-19MPILIB: Add a missing ENOMEM checkDavid Howells
2011-12-08mpi/mpi-mpow: NULL dereference on allocation failureDan Carpenter
2011-11-09crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin
2011-11-09crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin
2011-11-09crypto: GnuPG based MPI lib - header files (part 2)Dmitry Kasatkin
2011-11-09crypto: GnuPG based MPI lib - source files (part 1)Dmitry Kasatkin