index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-02
crypto: cleanup comments
Tom Rix
6
-10
/
+10
2022-03-02
crypto: dh - calculate Q from P for the full public key verification
Nicolai Stange
1
-11
/
+29
2022-03-02
lib/mpi: export mpi_rshift
Nicolai Stange
1
-0
/
+1
2022-03-02
crypto: dh - disallow plain "dh" usage in FIPS mode
Nicolai Stange
1
-1
/
+0
2022-03-02
crypto: api - allow algs only in specific constructions in FIPS mode
Nicolai Stange
5
-10
/
+63
2022-03-02
crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()
Nicolai Stange
1
-7
/
+8
2022-03-02
crypto: testmgr - add keygen tests for ffdheXYZ(dh) templates
Nicolai Stange
1
-0
/
+558
2022-03-02
crypto: dh - implement private key generation primitive for ffdheXYZ(dh)
Nicolai Stange
2
-3
/
+138
2022-03-02
crypto: testmgr - add known answer tests for ffdheXYZ(dh) templates
Nicolai Stange
2
-0
/
+908
2022-03-02
crypto: dh - implement ffdheXYZ(dh) templates
Nicolai Stange
2
-1
/
+303
2022-03-02
crypto: dh - introduce common code for built-in safe-prime group support
Nicolai Stange
1
-0
/
+208
2022-03-02
crypto: dh - split out deserialization code from crypto_dh_decode()
Nicolai Stange
2
-8
/
+35
2022-03-02
crypto: dh - constify struct dh's pointer members
Nicolai Stange
2
-4
/
+4
2022-03-02
crypto: dh - remove struct dh's ->q member
Nicolai Stange
4
-33
/
+10
2022-03-02
crypto: kpp - provide support for KPP spawns
Nicolai Stange
2
-0
/
+84
2022-03-02
crypto: kpp - provide support for KPP template instances
Nicolai Stange
2
-0
/
+103
2022-03-02
crypto: engine - check if BH is disabled during completion
Corentin Labbe
1
-0
/
+1
2022-03-02
crypto: gemini - call finalize with bh disabled
Corentin Labbe
1
-0
/
+2
2022-03-02
crypto: amlogic - call finalize with bh disabled
Corentin Labbe
1
-0
/
+2
2022-03-02
crypto: sun8i-ce - call finalize with bh disabled
Corentin Labbe
2
-0
/
+6
2022-03-02
crypto: sun8i-ss - call finalize with bh disabled
Corentin Labbe
2
-0
/
+6
2022-03-02
crypto: cavium/zip - register algorithm only if hardware is present
Corentin Labbe
1
-48
/
+35
2022-03-02
hwrng: atmel - remove extra line
Claudiu Beznea
1
-1
/
+0
2022-03-02
hwrng: atmel - add runtime pm support
Claudiu Beznea
1
-12
/
+32
2022-03-02
hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
Claudiu Beznea
1
-8
/
+4
2022-03-02
hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
Claudiu Beznea
1
-24
/
+25
2022-03-02
hwrng: atmel - rename enable/disable functions to init/cleanup
Claudiu Beznea
1
-7
/
+7
2022-03-02
hwrng: atmel - disable trng on failure path
Claudiu Beznea
1
-0
/
+1
2022-03-02
hwrng: atmel - add wait for ready support on read
Claudiu Beznea
1
-13
/
+30
2022-02-23
crypto: hisilicon/sec - fix the aead software fallback for engine
Kai Ye
1
-3
/
+13
2022-02-23
crypto: ccree - don't attempt 0 len DMA mappings
Gilad Ben-Yossef
1
-0
/
+7
2022-02-23
crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()
YueHaibing
1
-8
/
+0
2022-02-23
crypto: x86/blowfish - Remove unused inline functions
YueHaibing
1
-12
/
+0
2022-02-23
crypto: octeontx2 - add synchronization between mailbox accesses
Harman Kalra
5
-14
/
+46
2022-02-18
hwrng: core - introduce rng_quality sysfs attribute
Dominik Brodowski
1
-1
/
+63
2022-02-18
hwrng: core - use per-rng quality value instead of global setting
Dominik Brodowski
1
-13
/
+20
2022-02-18
hwrng: core - start and stop in-kernel rngd in separate function
Dominik Brodowski
1
-10
/
+14
2022-02-18
hwrng: core - do not bother to order list of devices by quality
Dominik Brodowski
1
-20
/
+16
2022-02-18
crypto: rockchip - ECB does not need IV
Corentin Labbe
1
-1
/
+0
2022-02-18
crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3
Kai Ye
1
-3
/
+5
2022-02-18
crypto: hisilicon/sec - add the register configuration for HW V3
Kai Ye
1
-11
/
+40
2022-02-18
crypto: ux500 - use GFP_KERNEL
Julia Lawall
2
-2
/
+2
2022-02-18
crypto: nx - Constify static attribute_group structs
Rikard Falkeborn
1
-2
/
+2
2022-02-18
crypto: omap-sham - Constify static attribute_group
Rikard Falkeborn
1
-1
/
+1
2022-02-18
crypto: omap-aes - Constify static attribute_group
Rikard Falkeborn
1
-1
/
+1
2022-02-18
crypto: qat - enable power management for QAT GEN4
Wojciech Ziemba
11
-16
/
+252
2022-02-18
crypto: qat - move and rename GEN4 error register definitions
Wojciech Ziemba
3
-17
/
+17
2022-02-18
crypto: qat - add misc workqueue
Wojciech Ziemba
3
-0
/
+37
2022-02-18
crypto: lrw - Add dependency on ecb
Herbert Xu
2
-0
/
+2
2022-02-18
crypto: xts - Add softdep on ecb
Herbert Xu
1
-0
/
+1
[next]