summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh_helper.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-3/+1
* crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli2021-02-101-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-101-2/+2
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+86