index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
allwinner
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: sun8i-ss - remove unnecessary alignmask for ahashes
Eric Biggers
2023-10-27
1
-5
/
+0
*
crypto: sun8i-ce - remove unnecessary alignmask for ahashes
Eric Biggers
2023-10-27
1
-6
/
+0
*
crypto: sun4i-ss - remove unnecessary alignmask for ahashes
Eric Biggers
2023-10-27
1
-2
/
+0
*
crypto: sun8i-ss - Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-27
1
-4
/
+2
*
crypto: sun8i-ce - Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-27
1
-3
/
+2
*
crypto: sun4i-ss - Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-27
1
-3
/
+2
*
crypto: drivers - Explicitly include correct DT includes
Rob Herring
2023-08-23
3
-3
/
+0
*
crypto: sun8i-ss - Use new crypto_engine_op interface
Herbert Xu
2023-08-18
4
-131
/
+177
*
crypto: sun8i-ce - Use new crypto_engine_op interface
Herbert Xu
2023-08-18
4
-125
/
+180
*
crypto: sun8i-ss - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-4
/
+0
*
crypto: sun8i-ce - Remove prepare/unprepare request
Herbert Xu
2023-08-18
2
-8
/
+14
*
crypto: allwinner - Remove unused function declarations
Yue Haibing
2023-08-18
2
-5
/
+0
*
crypto: update some Arm documentation references
Jonathan Corbet
2023-06-13
13
-13
/
+13
*
crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()
Christophe JAILLET
2023-04-28
1
-1
/
+1
*
crypto: sun8i-ce - Add TRNG clock to the D1 variant
Samuel Holland
2023-01-13
2
-1
/
+2
*
crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
2023-01-06
4
-11
/
+21
*
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
2022-11-18
1
-1
/
+0
*
crypto: sun8i-ss - use dma_addr instead u32
Corentin Labbe
2022-10-21
1
-1
/
+1
*
crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs
Liu Shixin
2022-09-24
1
-14
/
+2
*
Revert "crypto: allwinner - Fix dma_map_sg error check"
Herbert Xu
2022-09-02
4
-7
/
+7
*
crypto: allwinner - Fix dma_map_sg error check
Jack Wang
2022-08-26
4
-7
/
+7
*
crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the code
ye xingchen
2022-08-19
1
-4
/
+2
*
crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()
Alexey Khoroshilov
2022-06-17
1
-0
/
+1
*
crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey
Peng Wu
2022-06-10
1
-2
/
+2
*
crypto: sun8i-ss - Fix error codes for dma_mapping_error()
Dan Carpenter
2022-06-10
1
-2
/
+4
*
crypto: sun8i-ss - fix error codes in allocate_flows()
Dan Carpenter
2022-06-10
1
-4
/
+12
*
crypto: sun8i-ce - do not fallback if cryptlen is less than sg length
Corentin Labbe
2022-05-13
1
-2
/
+10
*
crypto: sun8i-ce - rework debugging
Corentin Labbe
2022-05-13
4
-19
/
+96
*
crypto: sun8i-ce - use sg_nents_for_len
Corentin Labbe
2022-05-13
2
-18
/
+15
*
crypto: sun8i-ce - Add function for handling hash padding
Corentin Labbe
2022-05-13
1
-30
/
+65
*
crypto: sun8i-ss - do not fallback if cryptlen is less than sg length
Corentin Labbe
2022-05-13
1
-10
/
+9
*
crypto: sun8i-ss - add hmac(sha1)
Corentin Labbe
2022-05-13
3
-6
/
+231
*
crypto: sun8i-ss - Add function for handling hash padding
Corentin Labbe
2022-05-13
1
-22
/
+65
*
crypto: sun8i-ss - rework debugging
Corentin Labbe
2022-05-13
4
-22
/
+83
*
crypto: sun8i-ss - handle requests if last block is not modulo 64
Corentin Labbe
2022-05-13
3
-10
/
+29
*
crypto: sun8i-ss - do not zeroize all pad
Corentin Labbe
2022-05-13
1
-2
/
+4
*
crypto: sun8i-ss - do not allocate memory when handling hash requests
Corentin Labbe
2022-05-13
3
-12
/
+17
*
crypto: sun8i-ss - use sg_nents_for_len
Corentin Labbe
2022-05-13
1
-13
/
+10
*
crypto: sun8i-ss - test error before assigning
Corentin Labbe
2022-05-13
1
-4
/
+4
*
crypto: sun8i-ss - remove redundant test
Corentin Labbe
2022-05-13
1
-11
/
+1
*
crypto: sun8i-ss - handle zero sized sg
Corentin Labbe
2022-05-13
1
-1
/
+9
*
crypto: sun8i-ss - rework handling of IV
Corentin Labbe
2022-05-13
3
-52
/
+107
*
crypto: sun4i-ss - do not allocate backup IV on requests
Corentin Labbe
2022-05-13
2
-14
/
+9
*
crypto: sun8i-ce - do not allocate memory when handling requests
Corentin Labbe
2022-05-13
3
-28
/
+29
*
crypto: sun8i-ce - Fix minor style issue
Corentin Labbe
2022-05-13
1
-1
/
+0
*
crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_...
Minghao Chi
2022-04-29
1
-4
/
+2
*
crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_...
Minghao Chi
2022-04-29
1
-4
/
+2
*
crypto: sun8i-ce - call finalize with bh disabled
Corentin Labbe
2022-03-02
2
-0
/
+6
*
crypto: sun8i-ss - call finalize with bh disabled
Corentin Labbe
2022-03-02
2
-0
/
+6
*
crypto: sun8i-ss - really disable hash on A80
Corentin Labbe
2022-01-31
1
-0
/
+2
[next]