index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
dh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-03
crypto: dh - Use crypto_stdrng_get_bytes()
Eric Biggers
1
-7
/
+1
2025-05-05
Revert "crypto: run initcalls for generic implementations earlier"
Herbert Xu
1
-1
/
+1
2024-08-17
crypto: dh - Check mpi_rshift errors
Herbert Xu
1
-2
/
+2
2024-03-01
crypto: dh - Make public key test FIPS-only
Herbert Xu
1
-28
/
+29
2023-02-13
crypto: api - Use data directly in completion function
Herbert Xu
1
-3
/
+2
2022-12-02
crypto: dh - Use helper to set reqsize
Herbert Xu
1
-1
/
+3
2022-09-24
crypto: add __init/__exit annotations to init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2022-03-14
crypto: dh - Remove the unused function dh_safe_prime_dh_alg()
Jiapeng Chong
1
-6
/
+0
2022-03-03
crypto: dh - calculate Q from P for the full public key verification
Nicolai Stange
1
-11
/
+29
2022-03-03
crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()
Nicolai Stange
1
-7
/
+8
2022-03-03
crypto: dh - implement private key generation primitive for ffdheXYZ(dh)
Nicolai Stange
1
-3
/
+137
2022-03-03
crypto: dh - implement ffdheXYZ(dh) templates
Nicolai Stange
1
-1
/
+297
2022-03-03
crypto: dh - introduce common code for built-in safe-prime group support
Nicolai Stange
1
-0
/
+208
2022-03-03
crypto: dh - remove struct dh's ->q member
Nicolai Stange
1
-6
/
+0
2021-12-11
crypto: dh - remove duplicate includes
Guo Zhengkui
1
-1
/
+0
2021-11-26
crypto: dh - limit key size to 2048 in FIPS mode
Stephan Müller
1
-0
/
+4
2020-07-31
crypto: dh - SP800-56A rev 3 local public key validation
Stephan Müller
1
-20
/
+29
2020-07-31
crypto: dh - check validity of Z before export
Stephan Müller
1
-0
/
+29
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
1
-1
/
+1
2018-07-20
crypto: dh - fix memory leak
Gustavo A. R. Silva
1
-1
/
+1
2018-07-09
crypto: dh - add public key verification test
Stephan Mueller
1
-3
/
+63
2017-11-10
crypto: dh - Remove pointless checks for NULL 'p' and 'g'
Eric Biggers
1
-3
/
+0
2017-11-10
crypto: dh - Fix double free of ctx->p
Eric Biggers
1
-20
/
+13
2017-06-10
crypto: dh - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
1
-1
/
+1
2017-06-10
crypto: dh - fix memleak in setkey
Tudor-Dan Ambarus
1
-0
/
+3
2017-06-10
crypto: kpp, (ec)dh - fix typos
Tudor-Dan Ambarus
1
-2
/
+2
2017-03-09
crypto: kpp - constify buffer passed to crypto_kpp_set_secret()
Eric Biggers
1
-1
/
+2
2016-11-13
crypto: dh - Consistenly return negative error codes
Mat Martineau
1
-1
/
+1
2016-07-01
crypto: rsa - Generate fixed-length output
Herbert Xu
1
-1
/
+1
2016-06-23
crypto: dh - Add DH software implementation
Salvatore Benedetto
1
-0
/
+189