summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
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
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionTudor Ambarus
2019-12-20crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Tudor Ambarus
2019-12-20crypto: amlogic - add unspecified HAS_IOMEM dependencyBrendan Higgins
2019-12-20crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES opsPascal van Leeuwen
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with zero length input dataPascal van Leeuwen
2019-12-20crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Pascal van Leeuwen
2019-12-20crypto: caam/qi2 - remove double buffering for ahashAndrei Botila
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila
2019-12-20crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan
2019-12-20crypto: hisilicon - still no need to check return value of debugfs_create fun...Greg Kroah-Hartman
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas
2019-12-20crypto: ccp - add TEE support for Raven RidgeRijo Thomas
2019-12-20crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas
2019-12-20crypto: ccp - move SEV vdata to a dedicated data structureRijo Thomas
2019-12-20crypto: ccp - create a generic psp-dev fileRijo Thomas
2019-12-20crypto: ccp - rename psp-dev files to sev-devRijo Thomas
2019-12-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain
2019-12-11crypto: padlock-sha - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus