summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - add HW engine config checkGilad Ben-Yossef2019-06-273-0/+38
* crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang2019-06-273-0/+16
* crypto: ccree - check that cryptocell reset completedOfir Drang2019-06-274-1/+43
* crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com2019-06-271-9/+9
* crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-61/+26Star
* crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2019-06-201-1/+1
* crypto: vmx - Document CTR mode counter width quirksDaniel Axtens2019-06-201-2/+20
* crypto: caam - update IV using HW supportHoria Geantă2019-06-205-146/+163
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-208-99/+105
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-203-127/+88Star
|\
| * crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-05-171-125/+86Star
| * crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-05-171-1/+1
| * crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan2019-05-171-1/+1
* | crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-3/+1Star
* | crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-4/+1Star
* | crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-131-1/+1
* | crypto: qat - use struct_size() helperGustavo A. R. Silva2019-06-131-4/+2Star
* | crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-132-2/+2
* | crypto: bcm - Make some symbols staticYueHaibing2019-06-132-9/+9
* | crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing2019-06-061-0/+1
* | crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan2019-06-061-2/+4
* | crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-06-061-4/+5
* | crypto: atmel - Fix sparse endianness warningsHerbert Xu2019-06-062-3/+4
* | crypto: caam - strip input without changing crypto requestIuliana Prodan2019-06-062-14/+32
* | crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan2019-06-062-17/+74
* | crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart2019-06-061-6/+18
* | crypto: inside-secure - fix use of the SG listAntoine Tenart2019-06-062-30/+12Star
* | crypto: inside-secure - add support for HMAC updatesAntoine Tenart2019-06-062-22/+38
* | crypto: inside-secure - implement IV retrievalAntoine Tenart2019-06-062-7/+53
* | crypto: inside-secure - fix queued len computationAntoine Tenart2019-06-061-3/+5
* | crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart2019-06-061-1/+1
* | crypto: inside-secure - unify cache resetAntoine Tenart2019-06-061-0/+2
* | crypto: inside-secure - enable context reuseAntoine Tenart2019-06-063-0/+16
* | crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart2019-06-061-1/+1
* | crypto: inside-secure - improve the result error format when displayedAntoine Tenart2019-06-061-1/+1
* | crypto: inside-secure - remove useless checkAntoine Tenart2019-06-061-13/+11Star
* | crypto: inside-secure - fix coding style for a conditionAntoine Tenart2019-06-061-2/+1Star
* | crypto: inside-secure - move commentAntoine Tenart2019-06-061-3/+4
* | crypto: inside-secure - remove empty lineAntoine Tenart2019-06-061-1/+0Star
* | crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel2019-05-305-0/+211
* | crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel2019-05-305-389/+451
* | crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel2019-05-302-6/+8
* | crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-305-12/+12
* | crypto: caam - print debug messages at debug levelSascha Hauer2019-05-307-353/+236Star
* | crypto: caam - remove unused definesSascha Hauer2019-05-302-15/+0Star
* | crypto: caam - print IV only when non NULLSascha Hauer2019-05-301-3/+4
* | crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu2019-05-301-7/+8
* | crypto: talitos - use SPDX-License-IdentifierChristophe Leroy2019-05-302-38/+2Star
* | crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Christophe Leroy2019-05-301-7/+5Star
* | Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy2019-05-302-12/+5Star