summaryrefslogtreecommitdiff
path: root/drivers/crypto/allwinner/sun4i-ss
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+0
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet4-4/+4
2022-09-24crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin1-14/+2
2022-05-13crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe2-14/+9
2021-04-16crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu4-4/+4
2021-03-12crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel1-13/+8
2021-01-03crypto: sun4i-ss - add SPDX header and remove blank linesCorentin Labbe2-3/+1
2021-01-03crypto: sun4i-ss - enabled stats via debugfsCorentin Labbe5-0/+89
2021-01-03crypto: sun4i-ss - fix kmap usageCorentin Labbe1-44/+65
2021-01-03crypto: sun4i-ss - initialize need_fallbackCorentin Labbe1-1/+1
2021-01-03crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe1-6/+6
2021-01-03crypto: sun4i-ss - IV register does not work on A10 and A13Corentin Labbe1-6/+28
2021-01-03crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe1-2/+2
2021-01-03crypto: sun4i-ss - linearize buffers content must be keptCorentin Labbe2-8/+6
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-09-18crypto: sun4i-ss - Fix sparse endianness markersHerbert Xu1-8/+9
2020-07-16crypto: sun4i - permit asynchronous skcipher as fallbackArd Biesheuvel2-24/+25
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-1/+0
2019-12-27crypto: sun4i-ss - make unexported sun4i_ss_pm_ops staticBen Dooks (Codethink)1-1/+1
2019-12-11crypto: sun4i-ss - add the A33 variant of SSCorentin Labbe3-2/+34
2019-11-22crypto: sun4i-ss - fix big endian issuesCorentin Labbe1-10/+11
2019-11-22crypto: sun4i-ss - hide the Invalid keylen messageCorentin Labbe1-1/+1
2019-11-22crypto: sun4i-ss - use crypto_ahash_digestsizeCorentin Labbe1-1/+1
2019-11-22crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe1-6/+6
2019-11-22crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu1-8/+14
2019-11-01crypto: sun4i-ss - Move to Allwinner directoryCorentin Labbe6-0/+1914