index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
dh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: dh - Make public key test FIPS-only
Herbert Xu
2024-03-01
1
-28
/
+29
*
crypto: api - Use data directly in completion function
Herbert Xu
2023-02-13
1
-3
/
+2
*
crypto: dh - Use helper to set reqsize
Herbert Xu
2022-12-02
1
-1
/
+3
*
crypto: add __init/__exit annotations to init/exit funcs
Xiu Jianfeng
2022-09-24
1
-2
/
+2
*
crypto: dh - Remove the unused function dh_safe_prime_dh_alg()
Jiapeng Chong
2022-03-14
1
-6
/
+0
*
crypto: dh - calculate Q from P for the full public key verification
Nicolai Stange
2022-03-03
1
-11
/
+29
*
crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()
Nicolai Stange
2022-03-03
1
-7
/
+8
*
crypto: dh - implement private key generation primitive for ffdheXYZ(dh)
Nicolai Stange
2022-03-03
1
-3
/
+137
*
crypto: dh - implement ffdheXYZ(dh) templates
Nicolai Stange
2022-03-03
1
-1
/
+297
*
crypto: dh - introduce common code for built-in safe-prime group support
Nicolai Stange
2022-03-03
1
-0
/
+208
*
crypto: dh - remove struct dh's ->q member
Nicolai Stange
2022-03-03
1
-6
/
+0
*
crypto: dh - remove duplicate includes
Guo Zhengkui
2021-12-11
1
-1
/
+0
*
crypto: dh - limit key size to 2048 in FIPS mode
Stephan Müller
2021-11-26
1
-0
/
+4
*
crypto: dh - SP800-56A rev 3 local public key validation
Stephan Müller
2020-07-31
1
-25
/
+34
*
crypto: dh - check validity of Z before export
Stephan Müller
2020-07-31
1
-0
/
+29
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
crypto: run initcalls for generic implementations earlier
Eric Biggers
2019-04-18
1
-1
/
+1
*
crypto: dh - fix memory leak
Gustavo A. R. Silva
2018-07-20
1
-1
/
+1
*
crypto: dh - add public key verification test
Stephan Mueller
2018-07-09
1
-3
/
+63
*
crypto: dh - Remove pointless checks for NULL 'p' and 'g'
Eric Biggers
2017-11-10
1
-3
/
+0
*
crypto: dh - Fix double free of ctx->p
Eric Biggers
2017-11-10
1
-20
/
+13
*
crypto: dh - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
2017-06-10
1
-1
/
+1
*
crypto: dh - fix memleak in setkey
Tudor-Dan Ambarus
2017-06-10
1
-0
/
+3
*
crypto: kpp, (ec)dh - fix typos
Tudor-Dan Ambarus
2017-06-10
1
-2
/
+2
*
crypto: kpp - constify buffer passed to crypto_kpp_set_secret()
Eric Biggers
2017-03-09
1
-1
/
+2
*
crypto: dh - Consistenly return negative error codes
Mat Martineau
2016-11-13
1
-1
/
+1
*
crypto: rsa - Generate fixed-length output
Herbert Xu
2016-07-01
1
-1
/
+1
*
crypto: dh - Add DH software implementation
Salvatore Benedetto
2016-06-23
1
-0
/
+189