summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-241-2/+2
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-1/+1
* crypto: ecdh - register NIST P384 tfmHui Tang2021-05-281-0/+33
* crypto: ecdh - fix 'ecdh_init'Hui Tang2021-05-281-1/+10
* crypto: ecdh - fix ecdh-nist-p192's entry in testmgrHui Tang2021-05-281-0/+1
* crypto: ecdh - extend 'cra_driver_name' with curve nameHui Tang2021-05-211-2/+2
* crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-22/+50
* crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel2021-01-031-1/+2
* crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel2020-12-041-4/+5
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: ecc - Actually remove stack VLA usageKees Cook2018-04-211-2/+2
* crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley2018-03-091-6/+17
* crypto: ecdh - remove empty exit()Tudor-Dan Ambarus2017-11-061-6/+0
* crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus2017-08-031-18/+33
* crypto: ecdh - add privkey generation supportTudor-Dan Ambarus2017-06-101-0/+4
* crypto: ecdh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-4/+3
* crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus2017-06-101-2/+2
* crypto: ecc - remove unnecessary castsTudor-Dan Ambarus2017-06-101-6/+5
* crypto: ecc - remove unused function argumentsTudor-Dan Ambarus2017-06-101-6/+5
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-101-2/+2
* crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-1/+2
* crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell2016-06-241-1/+1
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+151