index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
digsig.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
crypto: api - Use work queue in crypto_destroy_instance
Herbert Xu
2
-2
/
+17
2023-08-11
crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...
Ruan Jinjie
1
-2
/
+2
2023-08-11
crypto: qat - use kfree_sensitive instead of memset/kfree()
Yang Yingliang
1
-2
/
+1
2023-08-11
crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()
Frederick Lawler
1
-0
/
+3
2023-08-11
crypto: arm64/aes - remove Makefile hack
Masahiro Yamada
3
-5
/
+3
2023-08-11
crypto: stm32 - Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-11
crypto: stm32 - Drop if block with always false condition
Uwe Kleine-König
1
-5
/
+1
2023-08-11
crypto: stm32 - Properly handle pm_runtime_get failing
Uwe Kleine-König
1
-4
/
+3
2023-08-11
crypto: starfive - fix return value check in starfive_aes_prepare_req()
Yang Yingliang
1
-2
/
+2
2023-08-05
hwrng: xgene: Add explicit io.h include
Rob Herring
1
-0
/
+1
2023-08-04
hwrng: Enable COMPILE_TEST for more drivers
Rob Herring
3
-16
/
+19
2023-08-04
hwrng: Explicitly include correct DT includes
Rob Herring
12
-21
/
+12
2023-08-04
crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390
David Howells
1
-0
/
+1
2023-08-04
crypto: atmel - Use dev_err_probe instead of dev_err
Wang Ming
1
-2
/
+2
2023-08-04
crypto: caam - add power management support
Horia Geanta
4
-21
/
+306
2023-08-04
crypto: caam - Change structure type representing DECO MID
Franck LENORMAND
1
-7
/
+1
2023-07-28
crypto: caam - Remove messages related to memory allocation failure
Christophe JAILLET
1
-11
/
+3
2023-07-28
crypto: caam - Use struct_size()
Christophe JAILLET
1
-2
/
+1
2023-07-28
hwrng: cn10k - use dev_err_probe
Martin Kaiser
1
-8
/
+4
2023-07-28
hwrng: cn10k - delete empty remove function
Martin Kaiser
1
-6
/
+0
2023-07-28
hwrng: cctrng - use dev_err_probe in error paths
Martin Kaiser
1
-20
/
+10
2023-07-28
hwrng: cctrng - merge cc_trng_clk_init into its only caller
Martin Kaiser
1
-20
/
+4
2023-07-28
hwrng: cctrng - let devres enable the clock
Martin Kaiser
1
-24
/
+5
2023-07-28
hwrng: cctrng - don't open code init and exit functions
Martin Kaiser
1
-15
/
+5
2023-07-28
KEYS: use kfree_sensitive with key
Mahmoud Adam
1
-4
/
+4
2023-07-28
crypto: starfive - Add AES skcipher and aead support
Jia Jie Ho
5
-7
/
+1132
2023-07-22
hwrng: arm-smccc-trng - don't set drvdata
Martin Kaiser
1
-2
/
+0
2023-07-22
crypto: x86/aesni - remove unused parameter to aes_set_key_common()
Eric Biggers
1
-13
/
+9
2023-07-22
crypto: hisilicon/hpre - enable sva error interrupt event
Weili Qian
1
-1
/
+4
2023-07-22
crypto: hisilicon/qm - increase device doorbell timeout
Weili Qian
1
-0
/
+6
2023-07-22
crypto: hisilicon/qm - stop function and write data to memory
Weili Qian
2
-7
/
+9
2023-07-22
crypto: hisilicon/qm - flush all work before driver removed
Weili Qian
1
-0
/
+8
2023-07-22
crypto: stm32 - remove flag HASH_FLAGS_DMA_READY
Thomas Bourgoin
1
-13
/
+8
2023-07-22
crypto: stm32 - fix MDMAT condition
Thomas Bourgoin
1
-1
/
+1
2023-07-22
crypto: stm32 - check request size and scatterlist size when using DMA.
Thomas Bourgoin
1
-5
/
+10
2023-07-22
crypto: stm32 - fix loop iterating through scatterlist for DMA
Thomas Bourgoin
1
-1
/
+1
2023-07-22
crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.
Thomas Bourgoin
1
-3
/
+3
2023-07-22
crypto: stm32 - add new algorithms support
Thomas Bourgoin
2
-125
/
+543
2023-07-22
dt-bindings: crypto: add new compatible for stm32-hash
Lionel Debieve
1
-0
/
+1
2023-07-22
hwrng: ba431 - use dev_err_probe after failed registration
Martin Kaiser
1
-4
/
+2
2023-07-22
hwrng: ba431 - don't init of_device_id's data
Martin Kaiser
1
-1
/
+1
2023-07-22
hwrng: ba431 - do not set drvdata
Martin Kaiser
1
-2
/
+0
2023-07-22
hwrng: ingenic - switch to device managed registration
Martin Kaiser
1
-11
/
+1
2023-07-22
hwrng: ingenic - don't disable the rng in ingenic_trng_remove
Martin Kaiser
1
-5
/
+0
2023-07-22
hwrng: ingenic - use dev_err_probe in error paths
Martin Kaiser
1
-12
/
+8
2023-07-22
hwrng: ingenic - use devm_clk_get_enabled
Martin Kaiser
1
-18
/
+6
2023-07-22
hwrng: ingenic - remove dead assignments
Martin Kaiser
1
-2
/
+0
2023-07-22
hwrng: ingenic - remove two unused defines
Martin Kaiser
1
-2
/
+0
2023-07-22
hwrng: ingenic - enable compile testing
Martin Kaiser
1
-2
/
+1
2023-07-20
crypto: hisilicon/hpre - ensure private key less than n
Weili Qian
1
-2
/
+8
[next]