summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh.c
Commit message (Expand)AuthorAgeFilesLines
* 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