summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/axis
AgeCommit message (Expand)AuthorLines
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-31crypto: axis - Remove unused struct 'dbgfs_u32'Dr. David Alan Gilbert-7/+0
2023-12-29crypto: artpec6 - Use helper to set reqsizeOvidiu Panait-4/+8
2023-10-27crypto: artpec6 - stop setting alignmask for ahashesEric Biggers-3/+0
2023-10-27crypto: axis/artpec6 - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-02-13crypto: artpec6 - Use request_complete helpersHerbert Xu-6/+6
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov-1/+1
2022-09-24crypto: artpec6 - Fix printk warning on size_t/%dHerbert Xu-1/+1
2022-08-19crypto: artpec6 - move spin_lock_bh to spin_lock in taskletTuo Cao-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-6/+14
2020-05-08crypto: artpec6 - use crypto_shash_tfm_digest()Eric Biggers-7/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-7/+1
2020-01-09crypto: artpec6 - return correct error code for failed setkey()Eric Biggers-1/+1
2019-08-09crypto: artpec6 - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-2/+0
2019-02-01crypto: axis - move request unmap outside of the queue lockVincent Whitchurch-4/+4
2019-02-01crypto: axis - use a constant time tag compareLars Persson-3/+3
2019-02-01crypto: axis - support variable AEAD tag lengthLars Persson-10/+25
2019-02-01crypto: axis - give DMA the start of the status bufferLars Persson-4/+7
2019-02-01crypto: axis - fix for recursive locking from bottom halfLars Persson-5/+23
2019-02-01crypto: axis - remove sha512 support for artpec7Lars Persson-117/+9
2019-02-01crypto: axis - remove sha384 support for artpec7Lars Persson-105/+2
2019-02-01crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-9/+0
2018-10-12crypto: axis - fix platform_no_drv_owner.cocci warningsYueHaibing-1/+0
2018-09-28crypto: artpec6 - Remove VLA usage of skcipherKees Cook-10/+9
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers-8/+4
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers-1/+1
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers-7/+7
2018-01-26crypto: axis - remove unnecessary platform_get_resource() error checkweiyongjun \(A\)-3/+0
2017-12-22crypto: artpec6 - set correct iv size for gcm(aes)Lars Persson-2/+3
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2017-11-06crypto: Convert timers to use timer_setup()Kees Cook-3/+3
2017-09-22crypto: axis - hide an unused variableArnd Bergmann-2/+2
2017-08-22crypto: axis - add ARTPEC-6/7 crypto accelerator driverLars Persson-0/+3193