summaryrefslogtreecommitdiff
path: root/drivers/crypto/tegra/tegra-se-hash.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+3
2026-03-26crypto: tegra - Add missing CRYPTO_ALG_ASYNCEric Biggers1-13/+17
2026-03-22crypto: tegra - Disable softirqs before finalizing requestHerbert Xu1-0/+3
2025-09-13crypto: tegra - Use int type to store negative error codesQianfeng Rong1-1/+2
2025-04-16crypto: tegra - use API helpers to setup fallback requestOvidiu Panait1-25/+27
2025-03-21crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()Nathan Chancellor1-1/+1
2025-03-08crypto: tegra - Use HMAC fallback when keyslots are fullAkhil R1-1/+6
2025-03-08crypto: tegra - Fix HASH intermediate result handlingAkhil R1-52/+97
2025-03-08crypto: tegra - Transfer HASH init function to crypto engineAkhil R1-43/+58
2025-03-08crypto: tegra - check return value for hash do_one_reqAkhil R1-0/+7
2025-03-08crypto: tegra - Do not use fixed size buffersAkhil R1-13/+25
2025-03-08crypto: tegra - Use separate buffer for setkeyAkhil R1-6/+7
2024-12-10crypto: tegra - do not transfer req when tegra init failsChen Ridong1-2/+5
2024-04-12crypto: tegra - Add Tegra Security Engine driverAkhil R1-0/+1060