| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: ecc - Move ecc.h to include/crypto/internal | Daniele Alessandrelli | 2021-10-29 | 1 | -1/+1 |
* | crypto: ecdh - register NIST P384 tfm | Hui Tang | 2021-05-28 | 1 | -0/+33 |
* | crypto: ecdh - fix 'ecdh_init' | Hui Tang | 2021-05-28 | 1 | -1/+10 |
* | crypto: ecdh - fix ecdh-nist-p192's entry in testmgr | Hui Tang | 2021-05-28 | 1 | -0/+1 |
* | crypto: ecdh - extend 'cra_driver_name' with curve name | Hui Tang | 2021-05-21 | 1 | -2/+2 |
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm name | Meng Yu | 2021-03-12 | 1 | -22/+50 |
* | crypto: ecdh - avoid buffer overflow in ecdh_set_secret() | Ard Biesheuvel | 2021-01-02 | 1 | -1/+2 |
* | crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() | Ard Biesheuvel | 2020-12-04 | 1 | -4/+5 |
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | crypto: run initcalls for generic implementations earlier | Eric Biggers | 2019-04-18 | 1 | -1/+1 |
* | crypto: ecc - Actually remove stack VLA usage | Kees Cook | 2018-04-20 | 1 | -2/+2 |
* | crypto: ecdh - fix to allow multi segment scatterlists | James Bottomley | 2018-03-09 | 1 | -6/+17 |
* | crypto: ecdh - remove empty exit() | Tudor-Dan Ambarus | 2017-11-06 | 1 | -6/+0 |
* | crypto: ecdh - fix concurrency on shared secret and pubkey | Tudor-Dan Ambarus | 2017-08-03 | 1 | -18/+33 |
* | crypto: ecdh - add privkey generation support | Tudor-Dan Ambarus | 2017-06-10 | 1 | -0/+4 |
* | crypto: ecdh - comply with crypto_kpp_maxsize() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -4/+3 |
* | crypto: ecc - rename ecdh_make_pub_key() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | crypto: ecc - remove unnecessary casts | Tudor-Dan Ambarus | 2017-06-10 | 1 | -6/+5 |
* | crypto: ecc - remove unused function arguments | Tudor-Dan Ambarus | 2017-06-10 | 1 | -6/+5 |
* | crypto: kpp, (ec)dh - fix typos | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | crypto: kpp - constify buffer passed to crypto_kpp_set_secret() | Eric Biggers | 2017-03-09 | 1 | -1/+2 |
* | crypto: ecdh - make ecdh_shared_secret unique | Stephen Rothwell | 2016-06-24 | 1 | -1/+1 |
* | crypto: ecdh - Add ECDH software support | Salvatore Benedetto | 2016-06-23 | 1 | -0/+151 |