aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecc.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14crypto: ecc - Silence sparse warningGravatar Herbert Xu 1-2/+4
2021-10-29crypto: ecc - Export additional helper functionsGravatar Daniele Alessandrelli 1-4/+8
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalGravatar Daniele Alessandrelli 1-1/+1
2021-03-26crypto: ecc - Correct an error in the commentsGravatar Meng Yu 1-1/+1
2021-03-26Merge branch 'ecc'Gravatar Herbert Xu 1-84/+194
2021-03-26crypto: ecc - Add math to support fast NIST P384Gravatar Saulo Alessandre 1-74/+192
2021-03-26crypto: ecc - Add NIST P384 curve parametersGravatar Saulo Alessandre 1-0/+2
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationGravatar Stefan Berger 1-11/+2
2021-03-13crypto: ecc - add curve25519 params and expose themGravatar Meng Yu 1-0/+6
2021-03-13crypto: ecc - expose ecc curvesGravatar Meng Yu 1-1/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-4/+4
2020-07-31crypto: ecc - SP800-56A rev 3 local public key validationGravatar Stephan Müller 1-1/+30
2020-07-31crypto: ecdh - check validity of Z before exportGravatar Stephan Müller 1-3/+8
2020-07-23crypto: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2019-11-17int128: move __uint128_t compiler test to KconfigGravatar Ard Biesheuvel 1-1/+1
2019-11-01crypto: ecdh - fix big endian bug in ECC libraryGravatar Ard Biesheuvel 1-1/+2
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmGravatar Vitaly Chikunov 1-8/+384
2019-04-18crypto: ecc - make ecc into separate moduleGravatar Vitaly Chikunov 1-7/+18
2018-11-16crypto: ecc - regularize scalar for scalar multiplicationGravatar Vitaly Chikunov 1-4/+12
2018-11-16crypto: ecc - check for invalid values in the key verification testGravatar Vitaly Chikunov 1-16/+26
2018-07-09crypto: ecdh - add public key verification testGravatar Stephan Mueller 1-4/+38
2018-04-21crypto: ecc - Actually remove stack VLA usageGravatar Kees Cook 1-38/+28
2018-03-16crypto: ecc - Remove stack VLA usageGravatar Kees Cook 1-6/+17
2017-11-29crypto: ecc - Fix NULL pointer deref. on no default_rngGravatar Pierre 1-1/+1
2017-06-10crypto: ecdh - add privkey generation supportGravatar Tudor-Dan Ambarus 1-0/+56
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-15/+13
2017-06-10crypto: ecc - remove unused function argumentsGravatar Tudor-Dan Ambarus 1-5/+3
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/+1018