index
:
pub/scm/linux/kernel/git/abelvesa/linux.git
master
Abel Vesa kernel tree
Abel Vesa
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
tegra
/
tegra-se-aes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-30
crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req()
Vladislav Dronov
1
-19
/
+3
2026-05-29
crypto: tegra - Return ENOMEM when input buffer allocation fails for ccm
Herbert Xu
1
-3
/
+2
2026-05-29
crypto: tegra - Fix dma_free_coherent size error
Herbert Xu
1
-12
/
+16
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-0
/
+9
2026-03-26
crypto: tegra - Add missing CRYPTO_ALG_ASYNC
Eric Biggers
1
-4
/
+7
2026-03-22
crypto: tegra - Disable softirqs before finalizing request
Herbert Xu
1
-0
/
+9
2025-04-07
crypto: tegra - Fix IV usage for AES ECB
Akhil R
1
-4
/
+1
2025-03-08
crypto: tegra - Reserve keyslots to allocate dynamically
Akhil R
1
-21
/
+118
2025-03-08
crypto: tegra - Set IV to NULL explicitly for AES ECB
Akhil R
1
-0
/
+3
2025-03-08
crypto: tegra - Fix CMAC intermediate result handling
Akhil R
1
-9
/
+9
2025-03-08
crypto: tegra - Transfer HASH init function to crypto engine
Akhil R
1
-33
/
+48
2025-03-08
crypto: tegra - check return value for hash do_one_req
Akhil R
1
-2
/
+8
2025-03-08
crypto: tegra - finalize crypto req on error
Akhil R
1
-11
/
+17
2025-03-08
crypto: tegra - Do not use fixed size buffers
Akhil R
1
-60
/
+64
2025-03-08
crypto: tegra - Use separate buffer for setkey
Akhil R
1
-8
/
+8
2024-12-10
crypto: tegra - do not transfer req when tegra init fails
Chen Ridong
1
-2
/
+5
2024-10-28
crypto: tegra - remove redundant error check on ret
Colin Ian King
1
-2
/
+0
2024-04-26
crypto: tegra - Fix some error codes
Dan Carpenter
1
-2
/
+2
2024-04-12
crypto: tegra - Add Tegra Security Engine driver
Akhil R
1
-0
/
+1933