summaryrefslogtreecommitdiffstats
path: root/include/crypto/kpp.h
AgeCommit message (Expand)AuthorLines
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers-55/+3
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu-18/+55
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu-4/+5
2022-08-02crypto: add crypto_has_kpp()Hannes Reinecke-0/+2
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe-39/+9
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe-6/+6
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe-3/+48
2017-07-18crypto: kpp - add get/set_flags helpersTudor-Dan Ambarus-0/+10
2017-06-10crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus-5/+6
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus-2/+2
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers-3/+3
2016-12-13crypto: doc - add KPP documentationStephan Mueller-3/+12
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto-0/+1
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto-0/+1
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto-0/+328