summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/axis
Commit message (Expand)AuthorAgeFilesLines
* crypto: artpec6 - Use helper to set reqsizeOvidiu Panait2023-12-291-4/+8
* crypto: artpec6 - stop setting alignmask for ahashesEric Biggers2023-10-271-3/+0
* crypto: axis/artpec6 - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-3/+2
* crypto: artpec6 - Use request_complete helpersHerbert Xu2023-02-131-6/+6
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-061-1/+1
* crypto: artpec6 - Fix printk warning on size_t/%dHerbert Xu2022-09-241-1/+1
* crypto: artpec6 - move spin_lock_bh to spin_lock in taskletTuo Cao2022-08-191-2/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-6/+14
* crypto: artpec6 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-7/+3
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-7/+1
* crypto: artpec6 - return correct error code for failed setkey()Eric Biggers2020-01-091-1/+1
* crypto: artpec6 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: axis - move request unmap outside of the queue lockVincent Whitchurch2019-02-011-4/+4
* crypto: axis - use a constant time tag compareLars Persson2019-02-011-3/+3
* crypto: axis - support variable AEAD tag lengthLars Persson2019-02-011-10/+25
* crypto: axis - give DMA the start of the status bufferLars Persson2019-02-011-4/+7
* crypto: axis - fix for recursive locking from bottom halfLars Persson2019-02-011-5/+23
* crypto: axis - remove sha512 support for artpec7Lars Persson2019-02-011-117/+9
* crypto: axis - remove sha384 support for artpec7Lars Persson2019-02-011-105/+2
* crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-9/+0
* crypto: axis - fix platform_no_drv_owner.cocci warningsYueHaibing2018-10-121-1/+0
* crypto: artpec6 - Remove VLA usage of skcipherKees Cook2018-09-281-10/+9
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-091-8/+4
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-1/+1
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-7/+7
* crypto: axis - remove unnecessary platform_get_resource() error checkweiyongjun \(A\)2018-01-261-3/+0
* crypto: artpec6 - set correct iv size for gcm(aes)Lars Persson2017-12-221-2/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-3/+3
|\
| * crypto: Convert timers to use timer_setup()Kees Cook2017-11-061-3/+3
* | crypto: axis - hide an unused variableArnd Bergmann2017-09-221-2/+2
|/
* crypto: axis - add ARTPEC-6/7 crypto accelerator driverLars Persson2017-08-222-0/+3193