aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdh.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-24crypto: add __init/__exit annotations to init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalGravatar Daniele Alessandrelli 1-1/+1
2021-05-28crypto: ecdh - register NIST P384 tfmGravatar Hui Tang 1-0/+33
2021-05-28crypto: ecdh - fix 'ecdh_init'Gravatar Hui Tang 1-1/+10
2021-05-28crypto: ecdh - fix ecdh-nist-p192's entry in testmgrGravatar Hui Tang 1-0/+1
2021-05-21crypto: ecdh - extend 'cra_driver_name' with curve nameGravatar Hui Tang 1-2/+2
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-22/+50
2021-01-03crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Gravatar Ard Biesheuvel 1-1/+2
2020-12-04crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Gravatar Ard Biesheuvel 1-4/+5
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2018-04-21crypto: ecc - Actually remove stack VLA usageGravatar Kees Cook 1-2/+2
2018-03-09crypto: ecdh - fix to allow multi segment scatterlistsGravatar James Bottomley 1-6/+17
2017-11-06crypto: ecdh - remove empty exit()Gravatar Tudor-Dan Ambarus 1-6/+0
2017-08-03crypto: ecdh - fix concurrency on shared secret and pubkeyGravatar Tudor-Dan Ambarus 1-18/+33
2017-06-10crypto: ecdh - add privkey generation supportGravatar Tudor-Dan Ambarus 1-0/+4
2017-06-10crypto: ecdh - comply with crypto_kpp_maxsize()Gravatar Tudor-Dan Ambarus 1-4/+3
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Gravatar Tudor-Dan Ambarus 1-2/+2
2017-06-10crypto: ecc - remove unnecessary castsGravatar Tudor-Dan Ambarus 1-6/+5
2017-06-10crypto: ecc - remove unused function argumentsGravatar Tudor-Dan Ambarus 1-6/+5
2017-06-10crypto: kpp, (ec)dh - fix typosGravatar Tudor-Dan Ambarus 1-2/+2
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Gravatar Eric Biggers 1-1/+2
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueGravatar Stephen Rothwell 1-1/+1
2016-06-23crypto: ecdh - Add ECDH software supportGravatar Salvatore Benedetto 1-0/+151