aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers1-1/+2
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau1-1/+1
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu1-1/+1
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+189