Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-24 | crypto: add __init/__exit annotations to init/exit funcs | Xiu Jianfeng | 1 | -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-17 | crypto: curve25519 - implement generic KPP driver | Ard Biesheuvel | 1 | -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> |