| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: ecc - Move ecc.h to include/crypto/internal | Daniele Alessandrelli | 2021-10-29 | 1 | -245/+0 |
* | crypto: ecc - handle unaligned input buffer in ecc_swap_digits | Mian Yousaf Kaukab | 2021-07-30 | 1 | -2/+3 |
* | crypto: ecc - delete a useless function declaration | Meng Yu | 2021-04-16 | 1 | -8/+0 |
* | Merge branch 'ecc' | Herbert Xu | 2021-03-26 | 1 | -1/+27 |
|\ |
|
| * | crypto: ecc - Add math to support fast NIST P384 | Saulo Alessandre | 2021-03-26 | 1 | -1/+2 |
| * | crypto: ecdsa - Add support for ECDSA signature verification | Stefan Berger | 2021-03-26 | 1 | -0/+25 |
* | | crypto: ecc - expose ecc curves | Meng Yu | 2021-03-12 | 1 | -35/+2 |
|/ |
|
* | crypto: ecc - SP800-56A rev 3 local public key validation | Stephan Müller | 2020-07-31 | 1 | -0/+14 |
* | crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm | Vitaly Chikunov | 2019-04-18 | 1 | -1/+53 |
* | crypto: ecc - make ecc into separate module | Vitaly Chikunov | 2019-04-18 | 1 | -0/+99 |
* | crypto: ecc - Actually remove stack VLA usage | Kees Cook | 2018-04-20 | 1 | -1/+3 |
* | crypto: ecdh - add privkey generation support | Tudor-Dan Ambarus | 2017-06-10 | 1 | -0/+14 |
* | crypto: ecc - rename ecdh_make_pub_key() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -3/+3 |
* | crypto: ecc - remove unnecessary casts | Tudor-Dan Ambarus | 2017-06-10 | 1 | -4/+4 |
* | crypto: ecc - remove unused function arguments | Tudor-Dan Ambarus | 2017-06-10 | 1 | -10/+3 |
* | crypto: kpp, (ec)dh - fix typos | Tudor-Dan Ambarus | 2017-06-10 | 1 | -3/+5 |
* | crypto: ecdh - make ecdh_shared_secret unique | Stephen Rothwell | 2016-06-24 | 1 | -3/+3 |
* | crypto: ecdh - Add ECDH software support | Salvatore Benedetto | 2016-06-23 | 1 | -0/+83 |