summaryrefslogtreecommitdiffstats
path: root/include/crypto/dh.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange2022-03-031-0/+16
* crypto: dh - constify struct dh's pointer membersNicolai Stange2022-03-031-3/+3
* crypto: dh - remove struct dh's ->q memberNicolai Stange2022-03-031-4/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: dh - add public key verification testStephan Mueller2018-07-091-0/+4
* crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-121-1/+1
* crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-101-2/+2
* crypto: doc - add KPP documentationStephan Mueller2016-12-131-0/+58
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-231-0/+29