summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun4i-ss
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-2/+0
* crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-3/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-134-4/+4
* crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin2022-09-241-14/+2
* crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe2022-05-132-14/+9
* crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-164-4/+4
* crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel2021-03-131-13/+8
* crypto: sun4i-ss - add SPDX header and remove blank linesCorentin Labbe2021-01-032-3/+1
* crypto: sun4i-ss - enabled stats via debugfsCorentin Labbe2021-01-035-0/+89
* 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-032-8/+6
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* crypto: sun4i-ss - Fix sparse endianness markersHerbert Xu2020-09-181-8/+9
* crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-24/+25
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-1/+0
* crypto: sun4i-ss - make unexported sun4i_ss_pm_ops staticBen Dooks (Codethink)2019-12-271-1/+1
* crypto: sun4i-ss - add the A33 variant of SSCorentin Labbe2019-12-113-2/+34
* crypto: sun4i-ss - fix big endian issuesCorentin Labbe2019-11-221-10/+11
* crypto: sun4i-ss - hide the Invalid keylen messageCorentin Labbe2019-11-221-1/+1
* crypto: sun4i-ss - use crypto_ahash_digestsizeCorentin Labbe2019-11-221-1/+1
* crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2019-11-221-6/+6
* crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu2019-11-221-8/+14
* crypto: sun4i-ss - Move to Allwinner directoryCorentin Labbe2019-11-016-0/+1914