summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu
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: api - Retain alg refcount in crypto_grab_spawnHerbert Xu
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: lib/curve25519 - re-add selftestsJason A. Donenfeld
2019-12-27crypto: api - remove unneeded semicolonChen Zhou
2019-12-27crypto: allwinner - remove unneeded semicolonChen Zhou
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-20crypto: arm64 - Use modern annotations for assembly functionsMark Brown
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-20padata: update documentation file path in MAINTAINERSDaniel Jordan
2019-12-20crypto: api - fix unexpectedly getting generic implementationHerbert Xu
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-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: padlock-sha - Use init_tfm/exit_tfm interfaceHerbert Xu
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu
2019-12-11crypto: api - Add more comments to crypto_remove_spawnsHerbert Xu
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu
2019-12-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
2019-12-11crypto: doc - remove references to ARC4Eric Biggers
2019-12-11crypto: api - Check spawn->alg under lock in crypto_drop_spawnHerbert Xu
2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus
2019-12-11crypto: atmel-aes - Use gcm helper to check authsizeTudor Ambarus
2019-12-11crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop()Tudor Ambarus
2019-12-11crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus