summaryrefslogtreecommitdiff
path: root/crypto/ecc.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-17crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel1-1/+2
2019-12-17crypto: ecc - check for invalid values in the key verification testVitaly Chikunov1-16/+26
2018-03-19crypto: ecc - Fix NULL pointer deref. on no default_rngPierre1-1/+1
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus1-0/+56
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: ecc - remove unnecessary castsTudor-Dan Ambarus1-15/+13
2017-06-10crypto: ecc - remove unused function argumentsTudor-Dan Ambarus1-5/+3
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell1-1/+1
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto1-0/+1018