summaryrefslogtreecommitdiff
path: root/drivers/crypto/tegra/tegra-se-aes.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req()Vladislav Dronov1-19/+3
2026-05-29crypto: tegra - Return ENOMEM when input buffer allocation fails for ccmHerbert Xu1-3/+2
2026-05-29crypto: tegra - Fix dma_free_coherent size errorHerbert Xu1-12/+16
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+9
2026-03-26crypto: tegra - Add missing CRYPTO_ALG_ASYNCEric Biggers1-4/+7
2026-03-22crypto: tegra - Disable softirqs before finalizing requestHerbert Xu1-0/+9
2025-04-07crypto: tegra - Fix IV usage for AES ECBAkhil R1-4/+1
2025-03-08crypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R1-21/+118
2025-03-08crypto: tegra - Set IV to NULL explicitly for AES ECBAkhil R1-0/+3
2025-03-08crypto: tegra - Fix CMAC intermediate result handlingAkhil R1-9/+9
2025-03-08crypto: tegra - Transfer HASH init function to crypto engineAkhil R1-33/+48
2025-03-08crypto: tegra - check return value for hash do_one_reqAkhil R1-2/+8
2025-03-08crypto: tegra - finalize crypto req on errorAkhil R1-11/+17
2025-03-08crypto: tegra - Do not use fixed size buffersAkhil R1-60/+64
2025-03-08crypto: tegra - Use separate buffer for setkeyAkhil R1-8/+8
2024-12-10crypto: tegra - do not transfer req when tegra init failsChen Ridong1-2/+5
2024-10-28crypto: tegra - remove redundant error check on retColin Ian King1-2/+0
2024-04-26crypto: tegra - Fix some error codesDan Carpenter1-2/+2
2024-04-12crypto: tegra - Add Tegra Security Engine driverAkhil R1-0/+1933