summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/tegra
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-13host1x: Make remove callback return voidUwe Kleine-König-3/+1
2025-09-13crypto: tegra - Use int type to store negative error codesQianfeng Rong-1/+2
2025-08-30crypto: tegra - Remove the use of dev_err_probe()Liao Yuanhong-1/+1
2025-04-16crypto: tegra - use API helpers to setup fallback requestOvidiu Panait-25/+27
2025-04-07crypto: tegra - Fix IV usage for AES ECBAkhil R-4/+1
2025-03-21crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()Nathan Chancellor-1/+1
2025-03-08crypto: tegra - Use HMAC fallback when keyslots are fullAkhil R-1/+6
2025-03-08crypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R-22/+164
2025-03-08crypto: tegra - Set IV to NULL explicitly for AES ECBAkhil R-0/+3
2025-03-08crypto: tegra - Fix CMAC intermediate result handlingAkhil R-9/+9
2025-03-08crypto: tegra - Fix HASH intermediate result handlingAkhil R-52/+98
2025-03-08crypto: tegra - Transfer HASH init function to crypto engineAkhil R-78/+109
2025-03-08crypto: tegra - check return value for hash do_one_reqAkhil R-2/+15
2025-03-08crypto: tegra - finalize crypto req on errorAkhil R-11/+17
2025-03-08crypto: tegra - Do not use fixed size buffersAkhil R-75/+89
2025-03-08crypto: tegra - Use separate buffer for setkeyAkhil R-21/+37
2024-12-10crypto: tegra - do not transfer req when tegra init failsChen Ridong-4/+10
2024-10-28crypto: tegra - remove unneeded crypto_engine_stop() callOvidiu Panait-2/+0
2024-10-28crypto: tegra - remove redundant error check on retColin Ian King-2/+0
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-31crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remo...Christophe JAILLET-1/+0
2024-04-26crypto: tegra - Fix some error codesDan Carpenter-2/+2
2024-04-26crypto: tegra - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-04-12crypto: tegra - Add Tegra Security Engine driverAkhil R-0/+4157