summaryrefslogtreecommitdiff
path: root/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Eric Biggers1-21/+4
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu1-51/+61
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet1-1/+1
2023-01-06crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu1-2/+2
2022-06-10crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu1-2/+2
2022-06-10crypto: sun8i-ss - Fix error codes for dma_mapping_error()Dan Carpenter1-2/+4
2022-05-13crypto: sun8i-ss - add hmac(sha1)Corentin Labbe1-6/+194
2022-05-13crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe1-22/+65
2022-05-13crypto: sun8i-ss - rework debuggingCorentin Labbe1-9/+27
2022-05-13crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe1-9/+26
2022-05-13crypto: sun8i-ss - do not zeroize all padCorentin Labbe1-2/+4
2022-05-13crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe1-12/+3
2022-05-13crypto: sun8i-ss - test error before assigningCorentin Labbe1-4/+4
2022-05-13crypto: sun8i-ss - remove redundant testCorentin Labbe1-11/+1
2022-05-13crypto: sun8i-ss - handle zero sized sgCorentin Labbe1-1/+9
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe1-0/+3
2021-04-09crypto: sun8i-ss - Fix memory leak of padColin Ian King1-3/+4
2021-03-26crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen1-1/+2
2021-03-07crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-09-25crypto: sun8i-ss - support hash algorithmsCorentin Labbe1-0/+444