aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03crypto: inside-secure - fix invalidation check in hmac_sha1_setkeyAntoine Ténart1-3/+3
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook7-2/+12
2017-07-28crypto: ccp - Add support for RSA on the CCPGary R Hook4-0/+347
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2-34/+54
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook11-11/+11
2017-07-28crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com3-0/+1589
2017-07-28crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com3-6/+5
2017-07-28crypto: stm32 - solve crc issue during unbindlionel.debieve@st.com1-1/+1
2017-07-28crypto: stm32 - CRC use relaxed functionlionel.debieve@st.com1-7/+8
2017-07-28crypto: caam - free qman_fq after kill_fqXulin Sun1-6/+4
2017-07-18crypto: caam - fix condition for the jump over key(s) commandTudor Ambarus1-3/+2
2017-07-18crypto: caam - clean-up in caam_init_rng()Horia Geantă1-5/+1
2017-07-18crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus2-4/+0
2017-07-18crypto: caam - remove unused sg_to_sec4_sg_len()Horia Geantă1-15/+0
2017-07-18crypto: caam/qi - lower driver verbosityHoria Geantă1-4/+4
2017-07-18crypto: caam/qi - remove unused header sg_sw_sec4.hHoria Geantă1-1/+0
2017-07-18crypto: caam/qi - explicitly set dma_opsHoria Geantă1-0/+1
2017-07-18crypto: caam/qi - fix AD length endianness in S/G entryHoria Geantă1-1/+4
2017-07-18crypto: caam/qi - handle large number of S/Gs caseHoria Geantă3-4/+34
2017-07-18crypto: caam/qi - properly set IV after {en,de}cryptHoria Geantă1-1/+8
2017-07-18crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă1-1/+1
2017-07-18crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă4-54/+62
2017-07-18crypto: caam/qi - fix typo in authenc alg driver nameHoria Geantă1-1/+1
2017-07-18crypto: brcm - add NULL check on of_match_device() return valueGustavo A. R. Silva1-0/+5
2017-07-18crypto: geode-aes - fixed coding style warnings and errorChris Gorman1-7/+10
2017-07-18crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh1-12/+0
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh5-93/+87
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh8-115/+188
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh11-160/+460
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh5-138/+106
2017-07-18crypto: atmel-ecc - introduce Microchip / Atmel ECC driverTudor-Dan Ambarus4-0/+924
2017-07-18crypto: sun4i-ss - support the Security System PRNGCorentin LABBE5-0/+106
2017-07-18crypto: omap-des - fix error return code in omap_des_probe()Gustavo A. R. Silva1-1/+2
2017-07-18crypto: omap-aes - fix error return code in omap_aes_probe()Gustavo A. R. Silva1-0/+1
2017-07-18crypto: mxs-dcp - print error message on platform_get_irq failureGustavo A. R. Silva1-2/+6
2017-07-18crypto: mxc-scc - fix error code in mxc_scc_probe()Gustavo A. R. Silva1-2/+2
2017-07-18crypto: mediatek - fix error return code in mtk_crypto_probe()Gustavo A. R. Silva1-1/+1
2017-07-18crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva1-1/+3
2017-07-18crypto: ccp - Provide an error path for debugfs setup failureGary R Hook1-5/+10
2017-07-18crypto: ccp - Change all references to use the JOB ID macroGary R Hook1-2/+2
2017-07-18crypto: ccp - Fix some line spacingGary R Hook1-0/+1
2017-07-18crypto: sahara - make of_device_ids constArvind Yadav1-1/+1
2017-07-18crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King1-1/+1
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin3-70/+98
2017-07-18crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfigraveendra padasalagi1-1/+1
2017-07-18crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart1-4/+1
2017-07-18crypto: cavium/nitrox - Change in firmware path.Srikanth Jampala1-1/+2
2017-07-18crypto: brcm - Fix SHA3-512 algorithm failureraveendra padasalagi1-0/+1
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-17/+43
2017-07-12crypto: cavium - make several functions staticColin Ian King1-4/+4