summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ce - wrap accesses to descriptor address fieldsAndre Przywara2024-07-061-3/+3
* crypto: sun8i-ce - Use kcalloc() instead of kzalloc()Erick Archer2024-01-261-1/+1
* crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu2023-08-181-44/+52
* crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu2023-08-181-2/+0
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-131-1/+1
* crypto: sun8i-ce - rework debuggingCorentin Labbe2022-05-131-6/+21
* crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe2022-05-131-5/+5
* crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe2022-05-131-30/+65
* crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-03-021-0/+3
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-261-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-9/+14
|\
| * crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe2020-11-201-8/+12
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* | crypto: sun8x-ce*: update entries to its documentationMauro Carvalho Chehab2020-10-281-1/+1
|/
* crypto: sun8i-ce - support hash algorithmsCorentin Labbe2020-09-251-0/+413