summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe2022-05-131-14/+8
* crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-161-1/+1
* crypto: sun4i-ss - add SPDX header and remove blank linesCorentin Labbe2021-01-031-3/+0
* crypto: sun4i-ss - enabled stats via debugfsCorentin Labbe2021-01-031-0/+20
* crypto: sun4i-ss - fix kmap usageCorentin Labbe2021-01-031-44/+65
* crypto: sun4i-ss - initialize need_fallbackCorentin Labbe2021-01-031-1/+1
* crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe2021-01-031-6/+6
* crypto: sun4i-ss - IV register does not work on A10 and A13Corentin Labbe2021-01-031-6/+28
* crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe2021-01-031-2/+2
* crypto: sun4i-ss - linearize buffers content must be keptCorentin Labbe2021-01-031-8/+4
* crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-23/+23
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-1/+0
* crypto: sun4i-ss - hide the Invalid keylen messageCorentin Labbe2019-11-221-1/+1
* crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu2019-11-221-8/+14
* crypto: sun4i-ss - Move to Allwinner directoryCorentin Labbe2019-11-011-0/+589