summaryrefslogtreecommitdiff
path: root/drivers/crypto/tegra/tegra-se-aes.c
AgeCommit message (Expand)AuthorFilesLines
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