summaryrefslogtreecommitdiff
path: root/drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-06crypto: sun8i-ce - wrap accesses to descriptor address fieldsAndre Przywara1-3/+3
2024-01-26crypto: sun8i-ce - Use kcalloc() instead of kzalloc()Erick Archer1-1/+1
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu1-44/+52
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet1-1/+1
2022-05-13crypto: sun8i-ce - rework debuggingCorentin Labbe1-6/+21
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe1-5/+5
2022-05-13crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe1-30/+65
2022-03-03crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe1-0/+3
2021-03-26crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen1-1/+2
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-9/+14
2020-11-20crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe1-8/+12
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-10-28crypto: sun8x-ce*: update entries to its documentationMauro Carvalho Chehab1-1/+1
2020-09-25crypto: sun8i-ce - support hash algorithmsCorentin Labbe1-0/+413