aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi
AgeCommit message (Expand)AuthorFilesLines
2013-09-25MPILIB: add module description and licenseGravatar Konstantin Khlebnikov 1-0/+3
2013-07-19alpha: Modernize lib/mpi/longlong.hGravatar Richard Henderson 1-10/+7
2013-06-12lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Gravatar Chen Gang 1-1/+1
2013-05-24MPILIB: disable usage of floating point registers on pariscGravatar Helge Deller 1-2/+3
2013-02-01mpilib: use DIV_ROUND_UP and remove unused macrosGravatar Andy Shevchenko 2-8/+4
2012-11-23MPI: Fix compilation on MIPS with GCC 4.4 and newerGravatar Manuel Lauss 1-2/+17
2012-10-08MPILIB: Provide a function to read raw data into an MPIGravatar David Howells 1-0/+55
2012-10-08MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationGravatar David Howells 2-0/+71
2012-10-08MPILIB: Provide count_leading/trailing_zeros() based on arch functionsGravatar David Howells 3-139/+5
2012-05-26Remove unused code from MPI libraryGravatar Dmitry Kasatkin 5-664/+0
2012-05-26Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Gravatar Dmitry Kasatkin 11-1396/+0
2012-04-18mpi: Avoid using freed pointer in mpi_lshift_limbs()Gravatar Jesper Juhl 1-2/+3
2012-02-02lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hGravatar David Miller 1-11/+33
2012-02-02lib: Fix multiple definitions of clz_tabGravatar David Miller 1-19/+0
2012-02-02lib/mpi: added missing NULL checkGravatar Dmitry Kasatkin 1-0/+2
2012-02-02lib/mpi: added comment on divide by 0 caseGravatar Dmitry Kasatkin 1-0/+4
2012-02-02lib/mpi: check for possible zero lengthGravatar Dmitry Kasatkin 1-0/+3
2012-02-02lib/mpi: removed unused functionsGravatar Dmitry Kasatkin 1-88/+0
2012-02-02lib/mpi: checks for zero divisor lengthGravatar Dmitry Kasatkin 1-0/+3
2012-02-02lib/mpi: return error code on dividing by zeroGravatar Dmitry Kasatkin 1-1/+1
2012-02-02lib/mpi: replaced MPI_NULL with normal NULLGravatar Dmitry Kasatkin 2-5/+5
2012-02-02lib/mpi: added missing NULL checkGravatar Dmitry Kasatkin 1-1/+2
2012-01-19MPILIB: Add a missing ENOMEM checkGravatar David Howells 1-0/+2
2011-12-08mpi/mpi-mpow: NULL dereference on allocation failureGravatar Dan Carpenter 1-1/+2
2011-11-09crypto: GnuPG based MPI lib - additional sources (part 4)Gravatar Dmitry Kasatkin 11-0/+1390
2011-11-09crypto: GnuPG based MPI lib - make files (part 3)Gravatar Dmitry Kasatkin 1-0/+21
2011-11-09crypto: GnuPG based MPI lib - header files (part 2)Gravatar Dmitry Kasatkin 3-0/+1861
2011-11-09crypto: GnuPG based MPI lib - source files (part 1)Gravatar Dmitry Kasatkin 14-0/+2681