summaryrefslogtreecommitdiffstats
path: root/lib/mpi
AgeCommit message (Expand)AuthorLines
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytesNicolai Stange-6/+2
2016-04-05lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytesNicolai Stange-4/+4
2016-04-05lib/mpi: mpi_read_buffer(): fix buffer overflowNicolai Stange-10/+3
2016-04-05lib/mpi: mpi_read_buffer(): replace open coded endian conversionNicolai Stange-15/+12
2016-04-05lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbsNicolai Stange-10/+8
2016-04-05lib/mpi: mpi_write_sgl(): replace open coded endian conversionNicolai Stange-16/+11
2016-04-05lib/mpi: mpi_write_sgl(): fix out-of-bounds stack accessNicolai Stange-5/+1
2016-04-05lib/mpi: mpi_write_sgl(): purge redundant pointer arithmeticNicolai Stange-2/+1
2016-04-05lib/mpi: mpi_write_sgl(): fix style issue with lzero decrementNicolai Stange-2/+2
2016-04-05lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbsNicolai Stange-12/+9
2016-02-28lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann-5/+5
2016-02-28lib/mpi: avoid assembler warningArnd Bergmann-1/+1
2016-02-28lib/mpi: Endianness fixMichal Marek-18/+21
2015-11-17lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski-4/+17
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2015-10-20lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller-1/+4
2015-10-15move count_zeroes.h out of asm-genericChristoph Hellwig-2/+2
2015-10-14lib/mpi: Add mpi sgl helpersTadeusz Struk-0/+196
2015-08-25MPI: Fix mpi_read_bufferTadeusz Struk-13/+25
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-22/+71
2015-06-16MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk-22/+71
2015-06-13MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin-2/+2
2015-01-14MPILIB: Fix comparison of negative MPIsRasmus Villemoes-1/+1
2015-01-14MPILIB: Fix obvious but harmless typoRasmus Villemoes-1/+1
2015-01-14MPILIB: Deobfuscate mpi_cmpRasmus Villemoes-5/+3
2013-09-25MPILIB: add module description and licenseKonstantin Khlebnikov-0/+3
2013-07-19alpha: Modernize lib/mpi/longlong.hRichard Henderson-10/+7
2013-06-12lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang-1/+1
2013-05-24MPILIB: disable usage of floating point registers on pariscHelge Deller-2/+3
2013-02-01mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko-8/+4
2012-11-23MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss-2/+17
2012-10-08MPILIB: Provide a function to read raw data into an MPIDavid Howells-0/+55
2012-10-08MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells-0/+71
2012-10-08MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells-139/+5
2012-05-26Remove unused code from MPI libraryDmitry Kasatkin-664/+0
2012-05-26Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin-1396/+0
2012-04-18mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl-2/+3
2012-02-02lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller-11/+33
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller-19/+0
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin-0/+2
2012-02-02lib/mpi: added comment on divide by 0 caseDmitry Kasatkin-0/+4
2012-02-02lib/mpi: check for possible zero lengthDmitry Kasatkin-0/+3
2012-02-02lib/mpi: removed unused functionsDmitry Kasatkin-88/+0
2012-02-02lib/mpi: checks for zero divisor lengthDmitry Kasatkin-0/+3
2012-02-02lib/mpi: return error code on dividing by zeroDmitry Kasatkin-1/+1
2012-02-02lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin-5/+5
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin-1/+2
2012-01-19MPILIB: Add a missing ENOMEM checkDavid Howells-0/+2
2011-12-08mpi/mpi-mpow: NULL dereference on allocation failureDan Carpenter-1/+2
2011-11-09crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin-0/+1390