index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ecdh_helper.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-25
crypto: algboss - compile out test-related code when tests disabled
Eric Biggers
1
-5
/
+4
2022-11-25
crypto: kdf - silence noisy self-test
Eric Biggers
1
-1
/
+1
2022-11-25
crypto: kdf - skip self-test when tests disabled
Eric Biggers
1
-2
/
+6
2022-11-25
crypto: api - compile out crypto_boot_test_finished when tests disabled
Eric Biggers
3
-6
/
+29
2022-11-25
crypto: algboss - optimize registration of internal algorithms
Eric Biggers
2
-13
/
+3
2022-11-25
crypto: api - optimize algorithm registration when self-tests disabled
Eric Biggers
2
-71
/
+86
2022-11-22
crypto: ccree - Make cc_debugfs_global_fini() available for module init function
Uwe Kleine-König
1
-1
/
+1
2022-11-18
crypto: hisilicon/sec - remove continuous blank lines
Wenkai Lin
2
-2
/
+0
2022-11-18
crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'
Kai Ye
1
-2
/
+2
2022-11-18
crypto: hisilicon/qm - the command dump process is modified
Kai Ye
1
-40
/
+90
2022-11-18
crypto: hisilicon/qm - split a debugfs.c from qm
Kai Ye
4
-1172
/
+1192
2022-11-18
crypto: hisilicon/qm - modify the process of regs dfx
Kai Ye
5
-81
/
+99
2022-11-18
crypto: hisilicon/qm - delete redundant null assignment operations
Kai Ye
1
-1
/
+0
2022-11-18
crypto: skcipher - Allow sync algorithms with large request contexts
Herbert Xu
2
-1
/
+9
2022-11-18
crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()
Xiongfeng Wang
1
-2
/
+4
2022-11-18
crypto: cryptd - Use request context instead of stack for sub-request
Herbert Xu
1
-17
/
+19
2022-11-18
crypto: arm64 - Fix unused variable compilation warnings of cpu_feature
Tianjia Zhang
2
-2
/
+2
2022-11-18
crypto: ccree - Remove debugfs when platform_driver_register failed
Gaosheng Cui
1
-1
/
+9
2022-11-18
hwrng: stm32 - rename readl return value
Tomas Marek
1
-3
/
+3
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
16
-27
/
+4
2022-11-14
i2c: core: Introduce i2c_client_get_device_id helper function
Angel Iglesias
2
-0
/
+15
2022-11-11
crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe
Shashank Gupta
3
-6
/
+0
2022-11-11
crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()
Yang Li
1
-1
/
+0
2022-11-11
crypto: lib/aesgcm - Provide minimal library implementation
Ard Biesheuvel
4
-0
/
+758
2022-11-11
crypto: lib/gf128mul - make gf128mul_lle time invariant
Ard Biesheuvel
1
-19
/
+39
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
8
-10
/
+11
2022-11-04
crypto: doc - use correct function name
Ralph Siemsen
1
-1
/
+1
2022-11-04
crypto: arm64/sm4 - add CE implementation for GCM mode
Tianjia Zhang
4
-0
/
+1046
2022-11-04
crypto: arm64/sm4 - add CE implementation for CCM mode
Tianjia Zhang
4
-0
/
+650
2022-11-04
crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
Tianjia Zhang
2
-1
/
+336
2022-11-04
crypto: arm64/sm4 - add CE implementation for XTS mode
Tianjia Zhang
3
-2
/
+504
2022-11-04
crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
Tianjia Zhang
2
-0
/
+196
2022-11-04
crypto: arm64/sm4 - export reusable CE acceleration functions
Tianjia Zhang
2
-0
/
+21
2022-11-04
crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation
Tianjia Zhang
2
-24
/
+24
2022-11-04
crypto: arm64/sm4 - refactor and simplify CE implementation
Tianjia Zhang
3
-400
/
+519
2022-11-04
crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test
Tianjia Zhang
1
-0
/
+21
2022-11-04
crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectors
Tianjia Zhang
2
-0
/
+996
2022-11-04
crypto: arm64/sm4 - refactor and simplify NEON implementation
Tianjia Zhang
2
-346
/
+456
2022-11-04
crypto: arm64/sm3 - add NEON assembly implementation
Tianjia Zhang
4
-0
/
+717
2022-11-04
crypto: arm64/sm3 - raise the priority of the CE implementation
Tianjia Zhang
1
-1
/
+1
2022-11-04
crypto: tcrypt - Drop leading newlines from prints
Anirudh Venkataramanan
1
-5
/
+5
2022-11-04
crypto: tcrypt - Drop module name from print string
Anirudh Venkataramanan
1
-2
/
+1
2022-11-04
crypto: tcrypt - Use pr_info/pr_err
Anirudh Venkataramanan
1
-7
/
+7
2022-11-04
crypto: tcrypt - Use pr_cont to print test results
Anirudh Venkataramanan
1
-4
/
+4
2022-10-28
crypto: octeontx - fix repeated words in comments
wangjianli
1
-1
/
+1
2022-10-28
crypto: hisilicon/qm - delete redundancy check
Kai Ye
1
-3
/
+0
2022-10-28
crypto: hisilicon/qm - add pci bdf number check
Kai Ye
1
-25
/
+12
2022-10-28
crypto: hisilicon/qm - increase the memory of local variables
Kai Ye
1
-2
/
+1
2022-10-28
crypto: af_alg - Support symmetric encryption via keyring keys
Frederick Lawler
3
-4
/
+147
2022-10-28
crypto: rockchip - Add support for RK3399
Corentin Labbe
4
-68
/
+123
[next]