summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang
2019-06-27crypto: ccree - check that cryptocell reset completedOfir Drang
2019-06-27crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-20ppp: mppe: switch to RC4 library interfaceArd Biesheuvel
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens
2019-06-20crypto: caam - update IV using HW supportHoria Geantă
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-06-20hwrng: iproc-rng200 - Add support for 7211Florian Fainelli
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-13crypto: bcm - Make some symbols staticYueHaibing
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart
2019-06-06crypto: inside-secure - improve the result error format when displayedAntoine Tenart
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart
2019-06-06crypto: inside-secure - fix coding style for a conditionAntoine Tenart
2019-06-06crypto: inside-secure - move commentAntoine Tenart
2019-06-06crypto: inside-secure - remove empty lineAntoine Tenart
2019-05-30crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel
2019-05-30crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel
2019-05-30crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel
2019-05-30i2c: acpi: permit bus speed to be discovered after enumerationArd Biesheuvel
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer
2019-05-30crypto: caam - remove unused definesSascha Hauer
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy
2019-05-30crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Christophe Leroy
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy