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
/
ecc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ecc - Fix off-by-one missing to clear most significant digit
Stefan Berger
2024-06-16
1
-1
/
+1
*
crypto: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-31
1
-0
/
+1
*
crypto: ecc - Prevent ecc_digits_from_bytes from reading too many bytes
Stefan Berger
2024-05-17
1
-0
/
+22
*
crypto: ecdh - Initialize ctx->private_key in proper byte order
Stefan Berger
2024-04-26
1
-19
/
+10
*
crypto: ecc - Add NIST P521 curve parameters
Stefan Berger
2024-04-12
1
-0
/
+2
*
crypto: ecc - Add special case for NIST P521 in ecc_point_mult
Stefan Berger
2024-04-12
1
-1
/
+4
*
crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
Stefan Berger
2024-04-12
1
-0
/
+25
*
crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible
Stefan Berger
2024-04-12
1
-6
/
+6
*
crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...
Roman Smirnov
2024-04-12
1
-2
/
+2
*
crypto: ecc - update ecc_gen_privkey for FIPS 186-5
Joachim Vandersmissen
2024-04-02
1
-12
/
+17
*
crypto: ecc - Silence sparse warning
Herbert Xu
2023-02-14
1
-2
/
+4
*
crypto: ecc - Export additional helper functions
Daniele Alessandrelli
2021-10-29
1
-4
/
+8
*
crypto: ecc - Move ecc.h to include/crypto/internal
Daniele Alessandrelli
2021-10-29
1
-1
/
+1
*
crypto: ecc - Correct an error in the comments
Meng Yu
2021-03-26
1
-1
/
+1
*
Merge branch 'ecc'
Herbert Xu
2021-03-26
1
-84
/
+194
|
\
|
*
crypto: ecc - Add math to support fast NIST P384
Saulo Alessandre
2021-03-26
1
-74
/
+192
|
*
crypto: ecc - Add NIST P384 curve parameters
Saulo Alessandre
2021-03-26
1
-0
/
+2
|
*
crypto: ecdsa - Add support for ECDSA signature verification
Stefan Berger
2021-03-26
1
-11
/
+2
*
|
crypto: ecc - add curve25519 params and expose them
Meng Yu
2021-03-13
1
-0
/
+6
*
|
crypto: ecc - expose ecc curves
Meng Yu
2021-03-13
1
-1
/
+4
|
/
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-4
/
+4
*
crypto: ecc - SP800-56A rev 3 local public key validation
Stephan Müller
2020-07-31
1
-1
/
+30
*
crypto: ecdh - check validity of Z before export
Stephan Müller
2020-07-31
1
-3
/
+8
*
crypto: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-23
1
-1
/
+1
*
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
2019-11-17
1
-1
/
+1
*
crypto: ecdh - fix big endian bug in ECC library
Ard Biesheuvel
2019-11-01
1
-1
/
+2
*
crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
Vitaly Chikunov
2019-04-18
1
-8
/
+384
*
crypto: ecc - make ecc into separate module
Vitaly Chikunov
2019-04-18
1
-7
/
+18
*
crypto: ecc - regularize scalar for scalar multiplication
Vitaly Chikunov
2018-11-16
1
-4
/
+12
*
crypto: ecc - check for invalid values in the key verification test
Vitaly Chikunov
2018-11-16
1
-16
/
+26
*
crypto: ecdh - add public key verification test
Stephan Mueller
2018-07-09
1
-4
/
+38
*
crypto: ecc - Actually remove stack VLA usage
Kees Cook
2018-04-21
1
-38
/
+28
*
crypto: ecc - Remove stack VLA usage
Kees Cook
2018-03-16
1
-6
/
+17
*
crypto: ecc - Fix NULL pointer deref. on no default_rng
Pierre
2017-11-29
1
-1
/
+1
*
crypto: ecdh - add privkey generation support
Tudor-Dan Ambarus
2017-06-10
1
-0
/
+56
*
crypto: ecc - rename ecdh_make_pub_key()
Tudor-Dan Ambarus
2017-06-10
1
-2
/
+2
*
crypto: ecc - remove unnecessary casts
Tudor-Dan Ambarus
2017-06-10
1
-15
/
+13
*
crypto: ecc - remove unused function arguments
Tudor-Dan Ambarus
2017-06-10
1
-5
/
+3
*
crypto: ecdh - make ecdh_shared_secret unique
Stephen Rothwell
2016-06-24
1
-1
/
+1
*
crypto: ecdh - Add ECDH software support
Salvatore Benedetto
2016-06-23
1
-0
/
+1018