aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/dh.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-03crypto: dh - split out deserialization code from crypto_dh_decode()Nicolai Stange1-0/+16
2022-03-03crypto: dh - constify struct dh's pointer membersNicolai Stange1-3/+3
2022-03-03crypto: dh - remove struct dh's ->q memberNicolai Stange1-4/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-07-09crypto: dh - add public key verification testStephan Mueller1-0/+4
2017-10-12crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus1-1/+1
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus1-2/+2
2016-12-13crypto: doc - add KPP documentationStephan Mueller1-0/+58
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+29