summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2020-01-16crypto: hisilicon - Bugfixed tfm leakZaibo Xu
2020-01-16crypto: hisilicon - Add aead support on SEC2Zaibo Xu
2020-01-16crypto: hisilicon - redefine skcipher initiationZaibo Xu
2020-01-16crypto: hisilicon - Add branch prediction macroZaibo Xu
2020-01-16crypto: hisilicon - Add callback error checkZaibo Xu
2020-01-16crypto: hisilicon - Adjust some inner logicZaibo Xu
2020-01-16crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu
2020-01-16crypto: hisilicon - Update some names on SEC V2Zaibo Xu
2020-01-16crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu
2020-01-16crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu
2020-01-16crypto: vmx - reject xts inputs that are too shortDaniel Axtens
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă
2020-01-16crypto: sun8i-ce - remove dead codeCorentin Labbe
2020-01-16crypto: sun8i-ce - fix removal of moduleCorentin Labbe
2020-01-16crypto: amlogic - fix removal of moduleCorentin Labbe
2020-01-16crypto: sun8i-ss - fix removal of moduleCorentin Labbe
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2020-01-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-09crypto: exynos-rng - Rename Exynos to lowercaseKrzysztof Kozlowski
2020-01-09crypto: chelsio - Resetting crypto counters during the driver unregisterAyush Sawal
2020-01-09crypto: crypto4xx - use GFP_KERNEL for big allocationsChristian Lamparter
2020-01-09crypto: crypto4xx - reduce memory fragmentationChristian Lamparter
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers
2020-01-09crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers
2020-01-09crypto: artpec6 - return correct error code for failed setkey()Eric Biggers
2020-01-09crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers
2020-01-09crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas
2019-12-27crypto: qce - allow building only hashes/ciphersEneas U de Queiroz
2019-12-27crypto: qce - initialize fallback only for AESEneas U de Queiroz
2019-12-27crypto: qce - update the skcipher IVEneas U de Queiroz
2019-12-27crypto: qce - save a sg table slot for result bufEneas U de Queiroz
2019-12-27crypto: qce - fix xts-aes-qce key sizesEneas U de Queiroz
2019-12-27crypto: qce - fix ctr-aes-qce block, chunk sizesEneas U de Queiroz
2019-12-27crypto: chtls - Fixed memory leakVinay Kumar Yadav
2019-12-27crypto: chtls - Add support for AES256-GCM based ciphersVinay Kumar Yadav
2019-12-27crypto: caam - Add support for i.MX8M MiniAdam Ford
2019-12-27crypto: sun4i-ss - make unexported sun4i_ss_pm_ops staticBen Dooks (Codethink)
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-27crypto: img-hash - Use dma_request_chan instead dma_request_slave_channelPeter Ujfalusi
2019-12-27crypto: allwinner - remove unneeded semicolonChen Zhou
2019-12-20crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsTudor Ambarus
2019-12-20crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Tudor Ambarus