summaryrefslogtreecommitdiffstats
path: root/crypto/ecc.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-245/+0
* crypto: ecc - handle unaligned input buffer in ecc_swap_digitsMian Yousaf Kaukab2021-07-301-2/+3
* crypto: ecc - delete a useless function declarationMeng Yu2021-04-161-8/+0
* Merge branch 'ecc'Herbert Xu2021-03-261-1/+27
|\
| * crypto: ecc - Add math to support fast NIST P384Saulo Alessandre2021-03-261-1/+2
| * crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+25
* | crypto: ecc - expose ecc curvesMeng Yu2021-03-131-35/+2
|/
* crypto: ecc - SP800-56A rev 3 local public key validationStephan Müller2020-07-311-0/+14
* crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-181-1/+53
* crypto: ecc - make ecc into separate moduleVitaly Chikunov2019-04-181-0/+99
* crypto: ecc - Actually remove stack VLA usageKees Cook2018-04-211-1/+3
* crypto: ecdh - add privkey generation supportTudor-Dan Ambarus2017-06-101-0/+14
* crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus2017-06-101-3/+3
* crypto: ecc - remove unnecessary castsTudor-Dan Ambarus2017-06-101-4/+4
* crypto: ecc - remove unused function argumentsTudor-Dan Ambarus2017-06-101-10/+3
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-101-3/+5
* crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell2016-06-241-3/+3
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+83