aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens1-2/+20
2019-06-20crypto: caam - update IV using HW supportHoria Geantă5-146/+163
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă8-99/+105
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-127/+88
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam1-3/+1
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam1-4/+1
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva1-4/+2
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-06-13crypto: bcm - Make some symbols staticYueHaibing2-9/+9
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing1-0/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan1-2/+4
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-4/+5
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu2-3/+4
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan2-14/+32
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan2-17/+74
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descriptorsAntoine Tenart1-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart2-30/+12
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart2-22/+38
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart2-7/+53
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart1-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart1-0/+2
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart3-0/+16
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - improve the result error format when displayedAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart1-13/+11
2019-06-06crypto: inside-secure - fix coding style for a conditionAntoine Tenart1-2/+1
2019-06-06crypto: inside-secure - move commentAntoine Tenart1-3/+4
2019-06-06crypto: inside-secure - remove empty lineAntoine Tenart1-1/+0
2019-05-30crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel5-0/+211
2019-05-30crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel5-389/+451
2019-05-30crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel2-6/+8
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer5-12/+12
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer7-353/+236
2019-05-30crypto: caam - remove unused definesSascha Hauer2-15/+0
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer1-3/+4
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu1-7/+8
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy2-38/+2
2019-05-30crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Christophe Leroy1-7/+5
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy2-12/+5
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy2-105/+55
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy1-1/+2
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-3/+0
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1