aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaGravatar Lionel Debieve 1-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesGravatar Lionel Debieve 1-1/+1
2019-07-03crypto: stm32/crc32 - rename driver fileGravatar Lionel Debieve 2-1/+1
2019-07-03crypto: amcc - remove memset after dma_alloc_coherentGravatar Fuqian Huang 1-1/+0
2019-07-03crypto: ccp - Switch to SPDX license identifiersGravatar Hook, Gary 22-88/+20
2019-07-03crypto: ccp - Validate the the error value used to index error messagesGravatar Hook, Gary 2-46/+52
2019-07-03crypto: talitos - drop icv_oolGravatar Christophe Leroy 2-5/+0
2019-07-03crypto: talitos - fix hash on SEC1.Gravatar Christophe Leroy 1-28/+41
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hGravatar Christophe Leroy 2-30/+30
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOGravatar Haren Myneni 1-3/+5
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeGravatar Christophe Leroy 1-1/+1
2019-06-27crypto: sun4i-ss - reduce stack usageGravatar Arnd Bergmann 1-17/+30
2019-06-27crypto: ccree - add HW engine config checkGravatar Gilad Ben-Yossef 3-0/+38
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedGravatar Ofir Drang 3-0/+16
2019-06-27crypto: ccree - check that cryptocell reset completedGravatar Ofir Drang 4-1/+43
2019-06-27crypto: ccree - Relocate driver irq registration after clk initGravatar ofir.drang@arm.com 1-9/+9
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 3-61/+26
2019-06-20ppp: mppe: switch to RC4 library interfaceGravatar Ard Biesheuvel 2-85/+15
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Gravatar Christophe Leroy 1-1/+1
2019-06-20crypto: vmx - Document CTR mode counter width quirksGravatar Daniel Axtens 1-2/+20
2019-06-20crypto: caam - update IV using HW supportGravatar Horia Geantă 5-146/+163
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableGravatar Horia Geantă 8-99/+105
2019-06-20hwrng: iproc-rng200 - Add support for 7211Gravatar Florian Fainelli 1-0/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 3-127/+88
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Gravatar Fabio Estevam 1-3/+1
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Gravatar Fabio Estevam 1-4/+1
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2019-06-13crypto: qat - use struct_size() helperGravatar Gustavo A. R. Silva 1-4/+2
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 2-2/+2
2019-06-13crypto: bcm - Make some symbols staticGravatar YueHaibing 2-9/+9
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mGravatar YueHaibing 1-0/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPGravatar Iuliana Prodan 1-2/+4
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueGravatar Ard Biesheuvel 1-4/+5
2019-06-06crypto: atmel - Fix sparse endianness warningsGravatar Herbert Xu 2-3/+4
2019-06-06crypto: caam - strip input without changing crypto requestGravatar Iuliana Prodan 2-14/+32
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputGravatar Iuliana Prodan 2-17/+74
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Gravatar Antoine Tenart 1-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listGravatar Antoine Tenart 2-30/+12
2019-06-06crypto: inside-secure - add support for HMAC updatesGravatar Antoine Tenart 2-22/+38
2019-06-06crypto: inside-secure - implement IV retrievalGravatar Antoine Tenart 2-7/+53
2019-06-06crypto: inside-secure - fix queued len computationGravatar Antoine Tenart 1-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invGravatar Antoine Tenart 1-1/+1
2019-06-06crypto: inside-secure - unify cache resetGravatar Antoine Tenart 1-0/+2
2019-06-06crypto: inside-secure - enable context reuseGravatar Antoine Tenart 3-0/+16
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorGravatar Antoine Tenart 1-1/+1
2019-06-06crypto: inside-secure - improve the result error format when displayedGravatar Antoine Tenart 1-1/+1
2019-06-06crypto: inside-secure - remove useless checkGravatar Antoine Tenart 1-13/+11
2019-06-06crypto: inside-secure - fix coding style for a conditionGravatar Antoine Tenart 1-2/+1
2019-06-06crypto: inside-secure - move commentGravatar Antoine Tenart 1-3/+4
2019-06-06crypto: inside-secure - remove empty lineGravatar Antoine Tenart 1-1/+0