aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/curve25519-generic.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng1-2/+2
Add missing __init/__exit annotations to init/exit funcs. Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-11-17crypto: curve25519 - implement generic KPP driverArd Biesheuvel1-0/+90
Expose the generic Curve25519 library via the crypto API KPP interface. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>