summaryrefslogtreecommitdiff
path: root/drivers/crypto/qce/aead.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-27crypto: qce - use memcpy_and_pad in qce_aead_setkeyThorsten Blum1-2/+2
2026-03-14crypto: qce - Remove return variable and unused assignmentsThorsten Blum1-9/+3
2026-03-07crypto: qce - Replace snprintf("%s") with strscpyThorsten Blum1-3/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2024-12-14crypto: qce - fix priority to be less than ARMv8 CEEric Biggers1-1/+1
2022-12-09crypto: qce - Set DMA alignment explicitlyHerbert Xu1-11/+11
2022-08-26crypto: qce - Fix dma_map_sg error checkJack Wang1-2/+2
2021-11-20crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye1-1/+1
2021-05-28crypto: qce - Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-28crypto: qce - Fix some error handling pathWei Yongjun1-3/+9
2021-05-14crypto: qce - Schedule fallback aead algorithmThara Gopinath1-11/+53
2021-05-14crypto: qce - Add support for AEAD algorithmsThara Gopinath1-0/+799